From: Carl Eugen Hoyos <[email protected]> --- tests/lavf-regression.sh | 4 ++++ tests/ref/lavf/dpx | 3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 tests/ref/lavf/dpx
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index 75029ed..48cfc96 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -179,6 +179,10 @@ if [ -n "$do_xwd" ] ; then do_image_formats xwd 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 0000000..61c462a --- /dev/null +++ b/tests/ref/lavf/dpx @@ -0,0 +1,3 @@ +5bb43eae2d80da95d26f7fe4669d6166 *./tests/data/images/dpx/02.dpx +./tests/data/images/dpx/%02d.dpx CRC=0x6da01946 +305792 ./tests/data/images/dpx/02.dpx -- 1.7.9.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
