diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 4ba2924318aa97f617abd44ed612a85928472e15..b757c572ba49763882a5500b92ddbb291a80edde 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -222,8 +222,8 @@ fi
 
 if [ -n "$do_dpx" ] ; then
 do_image_formats dpx
-do_image_formats dpx "-pix_fmt rgb48"
-do_image_formats dpx "-pix_fmt rgb48 -bits_per_raw_sample 10"
+do_image_formats dpx "-pix_fmt rgb48le"
+do_image_formats dpx "-pix_fmt rgb48le -bits_per_raw_sample 10"
 fi
 
 if [ -n "$do_xwd" ] ; then