[FFmpeg-devel] [PATCH]Add dpx regression test

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Jan 16 11:17:06 CET 2012


Hi!

Attached patch adds a dpx regression test to fate.

Please comment, Carl Eugen
-------------- next part --------------
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index e5fd78c..af34e86 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -183,6 +183,10 @@ if [ -n "$do_pcx" ] ; then
 do_image_formats pcx
 fi
 
+if [ -n "$do_dpx" ] ; then
+do_image_formats dpx
+fi
+
 # audio only
 
 if [ -n "$do_wav" ] ; then
diff --git a/tests/ref/lavf/dpx b/tests/ref/lavf/dpx
index e69de29..a0b6248 100644
--- a/tests/ref/lavf/dpx
+++ b/tests/ref/lavf/dpx
@@ -0,0 +1,4 @@
+a80049454fe1f00233be79b87a4f9c07 *./tests/data/images/dpx/02.dpx
+./tests/data/images/dpx/%02d.dpx CRC=0x6da01946
+305792 ./tests/data/images/dpx/02.dpx
+


More information about the ffmpeg-devel mailing list