Skip to content

Commit 952f517

Browse files
alastor0325kinetiknz
authored andcommitted
cargo fmt
1 parent 1fea957 commit 952f517

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mp4parse/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5719,8 +5719,7 @@ fn read_video_sample_entry<T: Read>(
57195719
)?;
57205720
skip_box_content(&mut b)?;
57215721
} else {
5722-
if let ParsedColourInformation::Supported(colr) =
5723-
read_colr(&mut b, strictness)?
5722+
if let ParsedColourInformation::Supported(colr) = read_colr(&mut b, strictness)?
57245723
{
57255724
debug!("Parsed colr box: {colr:?}");
57265725
colour_info = Some(colr);

0 commit comments

Comments
 (0)