Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-09-19 14:20:47 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-09-19 14:20:47 +0400
commit608208668867a1e9eec773797c34c86e2a47db5b (patch)
treeb879a47e35e0ff009bc0ae8de8d3ea03da0f67ca /tests
parent31fe12a9fe333714f0a38394623b544b48f8ab97 (diff)
Change DNxHD regression tests to test both 720p and 1080i instead of just 1080i
for better test coverage. Originally committed as revision 19921 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-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 32f5e5a61e..64e3f36274 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -371,7 +371,11 @@ do_video_decoding "" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact"
fi
if [ -n "$do_dnxhd" ] ; then
-do_video_encoding dnxhd.dnxhd "" "-s hd1080 -b 120Mb -pix_fmt yuv422p -an -sws_flags neighbor+bitexact"
+# 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 -sws_flags neighbor+bitexact"
+do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact"
+
+do_video_encoding dnxhd-720p.dnxhd "" "-s hd720 -b 90Mb -pix_fmt yuv422p -an -sws_flags neighbor+bitexact"
do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact"
fi