summaryrefslogtreecommitdiff
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-02-21 12:22:42 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-02-21 14:42:30 -0500
commit2c87c7a952569c63a9f981fc0e3f8c5867ad2279 (patch)
tree7abac7076b3a7d5b3fbb18100a3de60fe8ecfd43 /tests/codec-regression.sh
parenta86ca94615454e795be35a2842bdc49284b799fc (diff)
Add prores regression test.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-xtests/codec-regression.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 21b53b7a63..d59ce07b35 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -253,6 +253,11 @@ do_video_encoding dnxhd-720p-10bit.dnxhd "-s hd720 -b 90M -pix_fmt yuv422p10 -vf
do_video_decoding "" "-s cif -pix_fmt yuv420p"
fi
+if [ -n "$do_prores" ] ; then
+do_video_encoding prores.mov "-vcodec prores -profile hq"
+do_video_decoding "" "-pix_fmt yuv420p"
+fi
+
if [ -n "$do_svq1" ] ; then
do_video_encoding svq1.mov "-an -vcodec svq1 -qscale 3 -pix_fmt yuv410p"
do_video_decoding "" "-pix_fmt yuv420p"