We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fea957 commit 952f517Copy full SHA for 952f517
1 file changed
mp4parse/src/lib.rs
@@ -5719,8 +5719,7 @@ fn read_video_sample_entry<T: Read>(
5719
)?;
5720
skip_box_content(&mut b)?;
5721
} else {
5722
- if let ParsedColourInformation::Supported(colr) =
5723
- read_colr(&mut b, strictness)?
+ if let ParsedColourInformation::Supported(colr) = read_colr(&mut b, strictness)?
5724
{
5725
debug!("Parsed colr box: {colr:?}");
5726
colour_info = Some(colr);
0 commit comments