Reenable NUT and NUT regression tests as requested by Michael.
Originally committed as revision 5177 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -632,11 +632,10 @@ file=${outfile}libav.mov
|
||||
do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f s16le -i $pcm_src -acodec pcm_alaw $file
|
||||
do_ffmpeg_crc $file -i $file
|
||||
|
||||
# Reenable when the (de)muxer has been synced with the specification.
|
||||
# nut
|
||||
#file=${outfile}libav.nut
|
||||
#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
|
||||
file=${outfile}libav.nut
|
||||
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
|
||||
|
||||
# dv
|
||||
file=${outfile}libav.dv
|
||||
|
||||
Reference in New Issue
Block a user