Commit 1c88e468 authored by michael's avatar michael

switch pnm from imagepipe to image2pipe

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3676 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3fc8fd0e
...@@ -32,6 +32,8 @@ elif [ "$1" = "mpeg" ] ; then ...@@ -32,6 +32,8 @@ elif [ "$1" = "mpeg" ] ; then
do_mpeg2=y do_mpeg2=y
elif [ "$1" = "ac3" ] ; then elif [ "$1" = "ac3" ] ; then
do_ac3=y do_ac3=y
elif [ "$1" = "huffyuv" ] ; then
do_huffyuv=y
elif [ "$1" = "libavtest" ] ; then elif [ "$1" = "libavtest" ] ; then
do_libav=y do_libav=y
logfile="$datadir/libav.regression" logfile="$datadir/libav.regression"
...@@ -542,18 +544,18 @@ do_ffmpeg_crc $file -i $file ...@@ -542,18 +544,18 @@ do_ffmpeg_crc $file -i $file
# pbmpipe # pbmpipe
file=${outfile}libav.pbm file=${outfile}libav.pbm
do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f imagepipe $file do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f image2pipe $file
do_ffmpeg_crc $file -f imagepipe -i $file do_ffmpeg_crc $file -f image2pipe -i $file
# pgmpipe # pgmpipe
file=${outfile}libav.pgm file=${outfile}libav.pgm
do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f imagepipe $file do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f image2pipe $file
do_ffmpeg_crc $file -f imagepipe -i $file do_ffmpeg_crc $file -f image2pipe -i $file
# ppmpipe # ppmpipe
file=${outfile}libav.ppm file=${outfile}libav.ppm
do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f imagepipe $file do_ffmpeg $file -t 1 -y -qscale 10 -f pgmyuv -i $raw_src -f image2pipe $file
do_ffmpeg_crc $file -f imagepipe -i $file do_ffmpeg_crc $file -f image2pipe -i $file
# gif # gif
file=${outfile}libav.gif file=${outfile}libav.gif
......
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