tests: Update expected mp3 bitrate

VBR bitrate parsing has been fixed in FFmpeg.
This commit is contained in:
Alexander Kojevnikov 2013-03-20 10:00:17 -07:00
parent 90ea8e17d2
commit 3a61eebca6

View File

@ -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(