mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
PNG image regression testing
Originally committed as revision 25011 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7dbcc4f810
commit
f5d4fc43bb
@ -148,6 +148,10 @@ if [ -n "$do_ppm" ] ; then
|
||||
do_image_formats ppm
|
||||
fi
|
||||
|
||||
if [ -n "$do_png" ] ; then
|
||||
do_image_formats png
|
||||
fi
|
||||
|
||||
if [ -n "$do_bmp" ] ; then
|
||||
do_image_formats bmp
|
||||
fi
|
||||
|
3
tests/ref/lavf/png
Normal file
3
tests/ref/lavf/png
Normal file
@ -0,0 +1,3 @@
|
||||
c162094e51dc1a3203de43e496086dfd *./tests/data/images/png/02.png
|
||||
./tests/data/images/png/%02d.png CRC=0x6da01946
|
||||
248612 ./tests/data/images/png/02.png
|
Loading…
Reference in New Issue
Block a user