1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-06-11 01:19:21 +00:00

Fixed format issue

This commit is contained in:
Eric Knapp 2023-03-06 10:57:52 -05:00
parent 9ca51ac82f
commit d53fea37c6

View file

@ -128,7 +128,7 @@ impl<R: Read + Seek> ReadBox<&mut R> for Avc1Box {
frame_count,
depth,
avcc,
})
});
} else {
skip_bytes_to(reader, current + s)?;
}