mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 08:12:44 +00:00
FATE: force FLAC in the lavf ogg test
Since b0c2c09
, vorbis would be used if libvorbis is compiled in.
This commit is contained in:
parent
38893dc028
commit
b5f851ed7e
@ -226,7 +226,7 @@ do_audio_only s16.voc "-ac 2" "-acodec pcm_s16le"
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$do_ogg" ] ; then
|
if [ -n "$do_ogg" ] ; then
|
||||||
do_audio_only ogg
|
do_audio_only ogg "" "-c:a flac"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$do_rso" ] ; then
|
if [ -n "$do_rso" ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user