summaryrefslogtreecommitdiffstats
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-10-11 11:50:12 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-10-11 11:50:12 +0000
commita9b02043740580d48b0681e3200fd44b0fa847bf (patch)
treec2c399cd5fd6fb8c44a092428ba4b3014d7ca24a /tests/codec-regression.sh
parent3e6015cc18d39b38188cd79a47cb8b374d5d5c68 (diff)
downloadffmpeg-streaming-a9b02043740580d48b0681e3200fd44b0fa847bf.zip
ffmpeg-streaming-a9b02043740580d48b0681e3200fd44b0fa847bf.tar.gz
Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading code.
Originally committed as revision 20205 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-xtests/codec-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 49f4ce3..3cac096 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -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
OpenPOWER on IntegriCloud