git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6015c
)
Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading code.
author
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sun, 11 Oct 2009 11:50:12 +0000
(11:50 +0000)
committer
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sun, 11 Oct 2009 11:50:12 +0000
(11:50 +0000)
Originally committed as revision 20205 to svn://svn.ffmpeg.org/ffmpeg/trunk
tests/codec-regression.sh
patch
|
blob
|
history
diff --git
a/tests/codec-regression.sh
b/tests/codec-regression.sh
index
49f4ce3
..
3cac096
100755
(executable)
--- 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