Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-09 23:10:02 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-02-09 23:10:02 +0400
commit28caf13ac394df5424a25304bda4608441bd85ec (patch)
treef8cdaa2864a778580a242f8eff55bd2c45135192 /tests
parentcf0e5b7fd4d18ac69f14adca529558edbb9baac3 (diff)
fate: fix lavf-ogg test
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-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 a4b2ad5b08..7601419bf6 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -303,7 +303,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 "" "-acodec flac"
fi
if [ -n "$do_rso" ] ; then