pub type TfhdBox = MP4Box<FullBox<Tfhd, TfhdFlags>>;
pub struct TfhdBox { pub inner: FullBox<Tfhd, TfhdFlags>, }
inner: FullBox<Tfhd, TfhdFlags>