diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-06 17:56:45 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-06 19:50:37 +0200 |
commit | 099a1875f011d3a9c75312dc8989e0b6ea1927aa (patch) | |
tree | 9dcba12b0224841cb4127cca36a7b2e3651bf1b0 /tests | |
parent | e8b1da007e7920a3f86d63cfe3fa7bc258f17dfa (diff) | |
download | ffmpeg-099a1875f011d3a9c75312dc8989e0b6ea1927aa.tar.gz |
dpxenc: also test 10 and 16 bit formats.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/lavf-regression.sh | 2 | ||||
-rw-r--r-- | tests/ref/lavf/dpx | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index f0fcac3511..617437042d 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -221,6 +221,8 @@ fi if [ -n "$do_dpx" ] ; then do_image_formats dpx +do_image_formats dpx "-pix_fmt rgb48" +do_image_formats dpx "-pix_fmt rgb48 -bits_per_raw_sample 10" fi if [ -n "$do_xwd" ] ; then diff --git a/tests/ref/lavf/dpx b/tests/ref/lavf/dpx index a852ae058e..2160809169 100644 --- a/tests/ref/lavf/dpx +++ b/tests/ref/lavf/dpx @@ -1,3 +1,9 @@ 808ea110635774252439722a48329d61 *./tests/data/images/dpx/02.dpx ./tests/data/images/dpx/%02d.dpx CRC=0x6da01946 305792 ./tests/data/images/dpx/02.dpx +5e1a777fa3f4094c9c4dd989cf9e8e8b *./tests/data/images/dpx/02.dpx +./tests/data/images/dpx/%02d.dpx CRC=0xe5b9c023 +609920 ./tests/data/images/dpx/02.dpx +13dc41b1e1e36399a5e1f8b7e3344a81 *./tests/data/images/dpx/02.dpx +./tests/data/images/dpx/%02d.dpx CRC=0xf38d5830 +407168 ./tests/data/images/dpx/02.dpx |