[FFmpeg-cvslog] r20205 - trunk/tests/codec-regression.sh
reimar
subversion
Sun Oct 11 13:50:13 CEST 2009
Author: reimar
Date: Sun Oct 11 13:50:12 2009
New Revision: 20205
Log:
Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading code.
Modified:
trunk/tests/codec-regression.sh
Modified: trunk/tests/codec-regression.sh
==============================================================================
--- trunk/tests/codec-regression.sh Sun Oct 11 12:15:48 2009 (r20204)
+++ trunk/tests/codec-regression.sh Sun Oct 11 13:50:12 2009 (r20205)
@@ -374,7 +374,7 @@ do_video_decoding "-r 25" "-s cif -pix_f
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
More information about the ffmpeg-cvslog
mailing list