diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index 32f5e5a61e..64e3f36274 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -371,7 +371,11 @@ do_video_decoding "" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact" fi if [ -n "$do_dnxhd" ] ; then -do_video_encoding dnxhd.dnxhd "" "-s hd1080 -b 120Mb -pix_fmt yuv422p -an -sws_flags neighbor+bitexact" +# FIXME: interlaced raw DNxHD decoding is broken +do_video_encoding dnxhd-1080i.mov "" "-vcodec dnxhd -flags +ildct -s hd1080 -b 120Mb -pix_fmt yuv422p -an -sws_flags neighbor+bitexact" +do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact" + +do_video_encoding dnxhd-720p.dnxhd "" "-s hd720 -b 90Mb -pix_fmt yuv422p -an -sws_flags neighbor+bitexact" do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact" fi