Function mp4parse::skip_remaining_box_content
source ยท pub fn skip_remaining_box_content<T: BufRead>(
src: &mut T,
header: &BoxHeader,
) -> Result<()>Expand description
Skip over the remaining contents of a box.