mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
fate: try to force le for the dpx decoder side too
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user