mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
Properties: Remove old comment about FFmpeg reported bitrate
Turns out our value of `280` is correct and matches FFmpeg.
This commit is contained in:
parent
25785701bd
commit
001c5a7cec
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue