From 001c5a7cec75cc4d694ea9f20f1e587489a9a010 Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:20:54 -0500 Subject: [PATCH] Properties: Remove old comment about FFmpeg reported bitrate Turns out our value of `280` is correct and matches FFmpeg. --- src/properties.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/properties.rs b/src/properties.rs index 3e3b6727..6432a7fb 100644 --- a/src/properties.rs +++ b/src/properties.rs @@ -272,7 +272,7 @@ mod tests { codec: Mp4Codec::FLAC, extended_audio_object_type: None, duration: Duration::from_millis(1428), - overall_bitrate: 280, // TODO: FFmpeg reports 279 + overall_bitrate: 280, audio_bitrate: 275, sample_rate: 48000, bit_depth: Some(16),