From f5d4fc43bb803eabdafe5bf3673055f5e9c9f317 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Tue, 31 Aug 2010 17:53:48 +0000 Subject: PNG image regression testing Originally committed as revision 25011 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/lavf-regression.sh | 4 ++++ tests/ref/lavf/png | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 tests/ref/lavf/png (limited to 'tests') diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index fb23cdd..aa36e9a 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -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 diff --git a/tests/ref/lavf/png b/tests/ref/lavf/png new file mode 100644 index 0000000..4343adb --- /dev/null +++ b/tests/ref/lavf/png @@ -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 -- cgit v1.1