[FFmpeg-cvslog] fate: add pam image regression test
Paul B Mahol
git at videolan.org
Thu Mar 15 01:40:45 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Mar 14 03:47:52 2012 +0000| [05e0061ef6494ced1f74881d4fa3d4a0dd6ddb69] | committer: Janne Grunau
fate: add pam image regression test
Signed-off-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Janne Grunau <janne-libav at jannau.net>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=05e0061ef6494ced1f74881d4fa3d4a0dd6ddb69
---
tests/lavf-regression.sh | 4 ++++
tests/ref/lavf/pam | 3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 49d2dfc..c779bbd 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -171,6 +171,10 @@ if [ -n "$do_jpg" ] ; then
do_image_formats jpg "-pix_fmt yuvj420p" "-f image2"
fi
+if [ -n "$do_pam" ] ; then
+do_image_formats pam
+fi
+
if [ -n "$do_pcx" ] ; then
do_image_formats pcx
fi
diff --git a/tests/ref/lavf/pam b/tests/ref/lavf/pam
new file mode 100644
index 0000000..972d728
--- /dev/null
+++ 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
More information about the ffmpeg-cvslog
mailing list