mirror of
https://github.com/alexkay/spek.git
synced 2025-05-31 07:39:15 +03:00
tests: Update expected mp3 bitrate
VBR bitrate parsing has been fixed in FFmpeg.
This commit is contained in:
parent
90ea8e17d2
commit
3a61eebca6
@ -61,8 +61,8 @@ void test_audio_info()
|
||||
{"2ch-44100Hz-16bps.wav", {"PCM", 0, 44100, 16, 2, 0.1}},
|
||||
{"2ch-44100Hz-128cbr.mp3", {"MP3", 128000, 44100, 0, 2, MP3_T}},
|
||||
{"2ch-44100Hz-320cbr.mp3", {"MP3", 320000, 44100, 0, 2, MP3_T}},
|
||||
{"2ch-44100Hz-V0.mp3", {"MP3", 112000, 44100, 0, 2, MP3_T}},
|
||||
{"2ch-44100Hz-V2.mp3", {"MP3", 64000, 44100, 0, 2, MP3_T}},
|
||||
{"2ch-44100Hz-V0.mp3", {"MP3", 201329, 44100, 0, 2, MP3_T}},
|
||||
{"2ch-44100Hz-V2.mp3", {"MP3", 150124, 44100, 0, 2, MP3_T}},
|
||||
};
|
||||
for (const auto& item : files) {
|
||||
run(
|
||||
|
Loading…
x
Reference in New Issue
Block a user