summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-04-07 06:53:39 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-04-07 06:53:39 +0200
commitb717f35bfbb10d4da99b7ff9c633b54f09641f97 (patch)
treef379258cfce4a25c671bfc1818c2b8d2612c034a /tests
parent2e0c360abd74b94991aa9a271cadc72aae1471c2 (diff)
fate: try to fix >8bit dpx reg test
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/lavf-regression.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 4ba2924318..b757c572ba 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -222,8 +222,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"
+do_image_formats dpx "-pix_fmt rgb48le"
+do_image_formats dpx "-pix_fmt rgb48le -bits_per_raw_sample 10"
fi
if [ -n "$do_xwd" ] ; then