[FFmpeg-cvslog] r25011 - in trunk/tests: lavf-regression.sh ref/lavf/png

vitor subversion
Tue Aug 31 19:53:48 CEST 2010


Author: vitor
Date: Tue Aug 31 19:53:48 2010
New Revision: 25011

Log:
PNG image regression testing

Added:
   trunk/tests/ref/lavf/png
Modified:
   trunk/tests/lavf-regression.sh

Modified: trunk/tests/lavf-regression.sh
==============================================================================
--- trunk/tests/lavf-regression.sh	Tue Aug 31 14:54:40 2010	(r25010)
+++ trunk/tests/lavf-regression.sh	Tue Aug 31 19:53:48 2010	(r25011)
@@ -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

Added: trunk/tests/ref/lavf/png
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/tests/ref/lavf/png	Tue Aug 31 19:53:48 2010	(r25011)
@@ -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



More information about the ffmpeg-cvslog mailing list