diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-01-25 20:15:34 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-01-26 01:51:26 +0100 |
commit | 7de9af65c737baca4bea7d11695118673c9a1451 (patch) | |
tree | 37d9146bc8a728ec9a9055aab0c735caa458a0c6 /tests/lavf-regression.sh | |
parent | b3461c29c1aee7d62eeb02a59d46593c60362679 (diff) | |
download | ffmpeg-7de9af65c737baca4bea7d11695118673c9a1451.tar.gz |
fate: add XWD image regression test
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 4a72e0ac1c..db240b6a71 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 |