Browse Source

fate: try to fix >8bit dpx reg test

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
b717f35bfb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tests/lavf-regression.sh

+ 2
- 2
tests/lavf-regression.sh View File

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


Loading…
Cancel
Save