Commit 03e358e6 authored by reimar's avatar reimar

Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading code.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20205 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4e920cbc
......@@ -374,7 +374,7 @@ do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p"
fi
if [ -n "$do_dnxhd_720p_rd" ] ; then
do_video_encoding dnxhd-720p-rd.dnxhd "" "-mbd rd -s hd720 -b 90Mb -pix_fmt yuv422p -an"
do_video_encoding dnxhd-720p-rd.dnxhd "" "-threads 4 -mbd rd -s hd720 -b 90Mb -pix_fmt yuv422p -an"
do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p"
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment