Skip to content
Snippets Groups Projects
Commit 4383e1b2 authored by Paul B Mahol's avatar Paul B Mahol
Browse files

tests/lavf-regression: fix gbrp10 dpx test on big endian


For some reason only for that pix format decoder picks native format.

Signed-off-by: default avatarPaul B Mahol <onemda@gmail.com>
parent df4f4fc8
No related branches found
No related tags found
No related merge requests found
...@@ -246,7 +246,7 @@ fi ...@@ -246,7 +246,7 @@ fi
if [ -n "$do_dpx" ] ; then if [ -n "$do_dpx" ] ; then
do_image_formats dpx do_image_formats dpx
do_image_formats dpx "-pix_fmt gbrp10le" do_image_formats dpx "-pix_fmt gbrp10le" "-pix_fmt gbrp10le"
do_image_formats dpx "-pix_fmt gbrp12le" do_image_formats dpx "-pix_fmt gbrp12le"
do_image_formats dpx "-pix_fmt rgb48le" 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 rgb48le -bits_per_raw_sample 10" "-pix_fmt rgb48le"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment