Skip to content
Snippets Groups Projects
Commit b717f35b authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

fate: try to fix >8bit dpx reg test

parent 2e0c360a
No related branches found
No related tags found
No related merge requests found
...@@ -222,8 +222,8 @@ fi ...@@ -222,8 +222,8 @@ 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 rgb48" do_image_formats dpx "-pix_fmt rgb48le"
do_image_formats dpx "-pix_fmt rgb48 -bits_per_raw_sample 10" do_image_formats dpx "-pix_fmt rgb48le -bits_per_raw_sample 10"
fi fi
if [ -n "$do_xwd" ] ; then if [ -n "$do_xwd" ] ; then
......
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