pub fn read_mdhd<T: ReadBytesExt + BufRead>(
src: &mut T,
head: &BoxHeader,
) -> Result<MediaHeaderBox>Expand description
Parse a mdhd box.
pub fn read_mdhd<T: ReadBytesExt + BufRead>(
src: &mut T,
head: &BoxHeader,
) -> Result<MediaHeaderBox>Parse a mdhd box.