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:
parent
022fad4833
commit
b0e6636b2d
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue