diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-02-10 07:43:40 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-02-10 07:43:40 +0100 |
commit | b5f851ed7e59f88b4130a420033d9fe191ec9e2f (patch) | |
tree | 9538938825b8d5986643b0b917dc743ca64e3cad /tests | |
parent | 38893dc028e458eaf3f906833d4ee515689edb7e (diff) | |
download | ffmpeg-b5f851ed7e59f88b4130a420033d9fe191ec9e2f.tar.gz |
FATE: force FLAC in the lavf ogg test
Since b0c2c09, vorbis would be used if libvorbis is compiled in.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/lavf-regression.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index d9c8a8f0e0..3083719cce 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -226,7 +226,7 @@ do_audio_only s16.voc "-ac 2" "-acodec pcm_s16le" fi if [ -n "$do_ogg" ] ; then -do_audio_only ogg +do_audio_only ogg "" "-c:a flac" fi if [ -n "$do_rso" ] ; then |