diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-16 12:57:39 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-16 12:57:39 +0100 |
commit | d93b6340d70f47ab77b2640ee2bbc7524d68b20f (patch) | |
tree | 83ac6176fb18b0db7031c929bf81ea5ef2459967 /tests | |
parent | 203ea375cac897ce1653f4148107d765084244a6 (diff) | |
download | ffmpeg-d93b6340d70f47ab77b2640ee2bbc7524d68b20f.tar.gz |
Add dpx encoding regression test.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/lavf-regression.sh | 4 | ||||
-rw-r--r-- | tests/ref/lavf/dpx | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index e5fd78ca25..af34e86893 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -183,6 +183,10 @@ if [ -n "$do_pcx" ] ; then do_image_formats pcx fi +if [ -n "$do_dpx" ] ; then +do_image_formats dpx +fi + # audio only if [ -n "$do_wav" ] ; then diff --git a/tests/ref/lavf/dpx b/tests/ref/lavf/dpx new file mode 100644 index 0000000000..a0b6248ba4 --- /dev/null +++ b/tests/ref/lavf/dpx @@ -0,0 +1,4 @@ +a80049454fe1f00233be79b87a4f9c07 *./tests/data/images/dpx/02.dpx +./tests/data/images/dpx/%02d.dpx CRC=0x6da01946 +305792 ./tests/data/images/dpx/02.dpx + |