diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-03-14 03:47:52 +0000 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-03-14 15:34:50 +0100 |
commit | 05e0061ef6494ced1f74881d4fa3d4a0dd6ddb69 (patch) | |
tree | 4a112f3dfb00cf3c8bbeae819c25aee1eba5e59e /tests/lavf-regression.sh | |
parent | 972880f597d74673a04d3ea8540864ae715ce9a6 (diff) | |
download | ffmpeg-05e0061ef6494ced1f74881d4fa3d4a0dd6ddb69.tar.gz |
fate: add pam image regression test
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-x | tests/lavf-regression.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index 49d2dfc9cd..c779bbd887 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 |