[FFmpeg-cvslog] Add dpx encoding regression test.
Carl Eugen Hoyos
git at videolan.org
Wed Feb 22 03:01:51 CET 2012
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Feb 21 12:22:43 2012 -0500| [8ee2ddcb2a0df34ec18cd401dedbecd46fa44277] | committer: Justin Ruggles
Add dpx encoding regression test.
Signed-off-by: Justin Ruggles <justin.ruggles at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ee2ddcb2a0df34ec18cd401dedbecd46fa44277
---
tests/lavf-regression.sh | 4 ++++
tests/ref/lavf/dpx | 3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
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
More information about the ffmpeg-cvslog
mailing list