Module: libav Branch: master Commit: 05e0061ef6494ced1f74881d4fa3d4a0dd6ddb69
Author: Paul B Mahol <[email protected]> Committer: Janne Grunau <[email protected]> Date: Wed Mar 14 03:47:52 2012 +0000 fate: add pam image regression test Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Janne Grunau <[email protected]> --- 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
