summaryrefslogtreecommitdiff
path: root/tests/lavf-regression.sh
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-02-10 07:43:40 +0100
committerAnton Khirnov <anton@khirnov.net>2014-02-10 07:43:40 +0100
commitb5f851ed7e59f88b4130a420033d9fe191ec9e2f (patch)
tree9538938825b8d5986643b0b917dc743ca64e3cad /tests/lavf-regression.sh
parent38893dc028e458eaf3f906833d4ee515689edb7e (diff)
FATE: force FLAC in the lavf ogg test
Since b0c2c09, vorbis would be used if libvorbis is compiled in.
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-xtests/lavf-regression.sh2
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