summaryrefslogtreecommitdiff
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-09-21 01:40:12 +0000
committerMåns Rullgård <mans@mansr.com>2009-09-21 01:40:12 +0000
commit96fdb62428f4f74a657eff42340a8492b4b695ee (patch)
tree257d92e5620d7a23216fc9f28af185f260cd8c66 /tests/codec-regression.sh
parent3572b281c8900a7eb7db8326d2a7d394cd6a8c9b (diff)
Split dnxhd regression test so the parts can run in parallel
Originally committed as revision 19936 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-xtests/codec-regression.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index e8ddc300a2..3212ac0f3a 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -370,14 +370,18 @@ do_video_encoding dv50.dv "-dct int" "-s pal -pix_fmt yuv422p -an -sws_flags nei
do_video_decoding "" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact"
fi
-if [ -n "$do_dnxhd" ] ; then
+if [ -n "$do_dnxhd_1080i" ] ; then
# 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"
do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p"
+fi
+if [ -n "$do_dnxhd_720p" ] ; then
do_video_encoding dnxhd-720p.dnxhd "" "-s hd720 -b 90Mb -pix_fmt yuv422p -an"
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_decoding "-r 25" "-s cif -pix_fmt yuv420p"
fi