[FFmpeg-cvslog] fate: fix lavf-ogg test
Michael Niedermayer
git at videolan.org
Sun Feb 9 20:15:13 CET 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Feb 9 20:10:02 2014 +0100| [28caf13ac394df5424a25304bda4608441bd85ec] | committer: Michael Niedermayer
fate: fix lavf-ogg test
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=28caf13ac394df5424a25304bda4608441bd85ec
---
tests/lavf-regression.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index a4b2ad5..7601419 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
More information about the ffmpeg-cvslog
mailing list