[FFmpeg-cvslog] fate: add XWD image regression test

Paul B Mahol git at videolan.org
Fri Jan 27 02:26:07 CET 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Jan 25 20:15:34 2012 +0000| [7de9af65c737baca4bea7d11695118673c9a1451] | committer: Diego Biurrun

fate: add XWD image regression test

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7de9af65c737baca4bea7d11695118673c9a1451
---

 tests/lavf-regression.sh |    4 ++++
 tests/ref/lavf/xwd       |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 4a72e0a..db240b6 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -175,6 +175,10 @@ if [ -n "$do_pcx" ] ; then
 do_image_formats pcx
 fi
 
+if [ -n "$do_xwd" ] ; then
+do_image_formats xwd
+fi
+
 # audio only
 
 if [ -n "$do_wav" ] ; then
diff --git a/tests/ref/lavf/xwd b/tests/ref/lavf/xwd
new file mode 100644
index 0000000..3461838
--- /dev/null
+++ b/tests/ref/lavf/xwd
@@ -0,0 +1,3 @@
+b838561f7df803ea14dd6307a9d3c5ec *./tests/data/images/xwd/02.xwd
+./tests/data/images/xwd/%02d.xwd CRC=0x69b329cd
+405615 ./tests/data/images/xwd/02.xwd



More information about the ffmpeg-cvslog mailing list