OSDN Git Service

FATE: force FLAC in the lavf ogg test
authorAnton Khirnov <anton@khirnov.net>
Mon, 10 Feb 2014 06:43:40 +0000 (07:43 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 10 Feb 2014 06:43:40 +0000 (07:43 +0100)
Since b0c2c09, vorbis would be used if libvorbis is compiled in.

tests/lavf-regression.sh

index d9c8a8f..3083719 100755 (executable)
@@ -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