mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
Add dpx encoding regression test.
This commit is contained in:
parent
203ea375ca
commit
d93b6340d7
@ -183,6 +183,10 @@ if [ -n "$do_pcx" ] ; then
|
|||||||
do_image_formats pcx
|
do_image_formats pcx
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -n "$do_dpx" ] ; then
|
||||||
|
do_image_formats dpx
|
||||||
|
fi
|
||||||
|
|
||||||
# audio only
|
# audio only
|
||||||
|
|
||||||
if [ -n "$do_wav" ] ; then
|
if [ -n "$do_wav" ] ; then
|
||||||
|
4
tests/ref/lavf/dpx
Normal file
4
tests/ref/lavf/dpx
Normal 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…
x
Reference in New Issue
Block a user