pub type MvhdBox = MP4Box<FullBox<Mvhd, u32>>;
pub struct MvhdBox { pub inner: FullBox<Mvhd, u32>, }
inner: FullBox<Mvhd, u32>