Properties: Remove old comment about FFmpeg reported bitrate

Turns out our value of `280` is correct and matches FFmpeg.
This commit is contained in:
Serial 2023-12-05 14:20:54 -05:00 committed by Alex
parent 25785701bd
commit 001c5a7cec

View file

@ -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),