[FFmpeg-devel] [PATCH]Fate tests for pnm and pam

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Jan 23 04:30:09 CET 2012


Hi!

Attached patch adds fate tests for pam and pnm.

Please comment, Carl Eugen
-------------- next part --------------
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index af34e86..98729a7 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -187,6 +187,14 @@ if [ -n "$do_dpx" ] ; then
 do_image_formats dpx
 fi
 
+if [ -n "$do_pam" ] ; then
+do_image_formats pam
+fi
+
+if [ -n "$do_pnm" ] ; then
+do_image_formats pnm
+fi
+
 # audio only
 
 if [ -n "$do_wav" ] ; then
diff --git a/tests/ref/lavf/pam b/tests/ref/lavf/pam
index e69de29..e53132a 100644
--- a/tests/ref/lavf/pam
+++ b/tests/ref/lavf/pam
@@ -0,0 +1,3 @@
+0dce5565222cf0f8b309467f279aecd2 *./tests/data/images/pam/02.pam
+./tests/data/images/pam/%02d.pam CRC=0x6da01946
+304191 ./tests/data/images/pam/02.pam
diff --git a/tests/ref/lavf/pnm b/tests/ref/lavf/pnm
index e69de29..be1a377 100644
--- a/tests/ref/lavf/pnm
+++ b/tests/ref/lavf/pnm
@@ -0,0 +1,3 @@
+16d5dadf0b362fc8ba3cb676c5dde985 *./tests/data/images/pnm/02.pnm
+./tests/data/images/pnm/%02d.pnm CRC=0x6da01946
+304143 ./tests/data/images/pnm/02.pnm


More information about the ffmpeg-devel mailing list