Commit ba30abcb authored by Michael Niedermayer's avatar Michael Niedermayer

regression test fix (forcing specific audio codecs as the default often...

regression test fix (forcing specific audio codecs as the default often depends upon HAVE_MP3LAME or similar)

Originally committed as revision 2861 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 148beec7
......@@ -441,7 +441,7 @@ do_ffmpeg_crc $file -i $file
# asf
file=${outfile}libav.asf
do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f s16le -i $pcm_src $file
do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f s16le -i $pcm_src -acodec mp2 $file
do_ffmpeg_crc $file -i $file
# rm
......@@ -467,7 +467,7 @@ do_ffmpeg_crc $file -i $file
# flv
file=${outfile}libav.flv
do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f s16le -i $pcm_src $file
do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f s16le -i $pcm_src -an $file
do_ffmpeg_crc $file -i $file
# mov
......@@ -477,7 +477,7 @@ do_ffmpeg_crc $file -i $file
# nut
file=${outfile}libav.nut
do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f s16le -i $pcm_src $file
do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f s16le -i $pcm_src -acodec mp2 $file
do_ffmpeg_crc $file -i $file
# XXX: need mpegts tests (add bitstreams or add output capability in ffmpeg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment