Browse Source

Add dpx encoding regression test.

tags/n0.10
Carl Eugen Hoyos 14 years ago
parent
commit
d93b6340d7
2 changed files with 8 additions and 0 deletions
  1. +4
    -0
      tests/lavf-regression.sh
  2. +4
    -0
      tests/ref/lavf/dpx

+ 4
- 0
tests/lavf-regression.sh View File

@@ -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


+ 4
- 0
tests/ref/lavf/dpx View File

@@ -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


Loading…
Cancel
Save