FATE: force FLAC in the lavf ogg test

Since b0c2c09, vorbis would be used if libvorbis is compiled in.
This commit is contained in:
Anton Khirnov 2014-02-10 07:43:40 +01:00
parent 38893dc028
commit b5f851ed7e
1 changed files with 1 additions and 1 deletions

View File

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