Browse Source

PNG image regression testing

Originally committed as revision 25011 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Vitor Sessak 15 years ago
parent
commit
f5d4fc43bb
2 changed files with 7 additions and 0 deletions
  1. +4
    -0
      tests/lavf-regression.sh
  2. +3
    -0
      tests/ref/lavf/png

+ 4
- 0
tests/lavf-regression.sh View File

@@ -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
- 0
tests/ref/lavf/png View 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…
Cancel
Save