Commit 087b9c32 authored by Michael Niedermayer's avatar Michael Niedermayer

fate: try to force le for the dpx decoder side too

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6d3166fc
......@@ -222,8 +222,8 @@ fi
if [ -n "$do_dpx" ] ; then
do_image_formats dpx
do_image_formats dpx "-pix_fmt rgb48le"
do_image_formats dpx "-pix_fmt rgb48le -bits_per_raw_sample 10"
do_image_formats dpx "-pix_fmt rgb48le" "-pix_fmt rgb48le"
do_image_formats dpx "-pix_fmt rgb48le -bits_per_raw_sample 10" "-pix_fmt rgb48le"
fi
if [ -n "$do_xwd" ] ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment