mirror of https://git.ffmpeg.org/ffmpeg.git
Test decoding in fate-lavf-gif
Originally committed as revision 25012 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f5d4fc43bb
commit
6b85316bd2
|
@ -129,7 +129,7 @@ fi
|
||||||
if [ -n "$do_gif" ] ; then
|
if [ -n "$do_gif" ] ; then
|
||||||
file=${outfile}lavf.gif
|
file=${outfile}lavf.gif
|
||||||
do_ffmpeg $file -t 1 -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src -pix_fmt rgb24
|
do_ffmpeg $file -t 1 -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src -pix_fmt rgb24
|
||||||
#do_ffmpeg_crc $file -i $target_path/$file
|
do_ffmpeg_crc $file -i $target_path/$file -pix_fmt rgb24
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$do_yuv4mpeg" ] ; then
|
if [ -n "$do_yuv4mpeg" ] ; then
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
98968ceb210ab260a6a7af36767b94d3 *./tests/data/lavf/lavf.gif
|
98968ceb210ab260a6a7af36767b94d3 *./tests/data/lavf/lavf.gif
|
||||||
2906382 ./tests/data/lavf/lavf.gif
|
2906382 ./tests/data/lavf/lavf.gif
|
||||||
|
./tests/data/lavf/lavf.gif CRC=0xe5605ff6
|
||||||
|
|
Loading…
Reference in New Issue