//! Smoke test: emit a minimally-valid AV1 MP4 with fake frames.
//!
//! The bitstream isn't real AV1 — just a Temporal Delimiter OBU repeated per
//! frame — so `ffprobe` will see a video track but no decodable video.
//! The point is to exercise the container writer end-to-end.
use Mp4Writer;
use File;