mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 16:22:37 +00:00
fate: fix dpx on big endian
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3ee796760a
commit
4916088a93
@ -247,7 +247,7 @@ fi
|
||||
if [ -n "$do_dpx" ] ; then
|
||||
do_image_formats dpx
|
||||
do_image_formats dpx "-pix_fmt gbrp10le" "-pix_fmt gbrp10le"
|
||||
do_image_formats dpx "-pix_fmt gbrp12le"
|
||||
do_image_formats dpx "-pix_fmt gbrp12le" "-pix_fmt gbrp12le"
|
||||
do_image_formats dpx "-pix_fmt rgb48le"
|
||||
do_image_formats dpx "-pix_fmt rgb48le -bits_per_raw_sample 10" "-pix_fmt rgb48le"
|
||||
do_image_formats dpx "-pix_fmt rgba64le"
|
||||
|
Loading…
Reference in New Issue
Block a user