aboutsummaryrefslogtreecommitdiffstats
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-01-29 00:32:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2012-01-29 02:42:31 +0100
commit931ec4a2f64143c7029bc8699534268ae0a8946e (patch)
tree33f07f74fa6e03ee629c655f96fcc9930076b7ef /tests/codec-regression.sh
parent6bcc8275a1c74265679c41bd2758e0834f0b8d69 (diff)
downloadffmpeg-931ec4a2f64143c7029bc8699534268ae0a8946e.tar.gz
fate: add R210 encoding/decoding test
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 5871c2d552..3a16a02cdb 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -319,6 +319,11 @@ do_video_encoding rgb.avi "-an -vcodec rawvideo -pix_fmt bgr24"
do_video_decoding "" "-pix_fmt yuv420p"
fi
+if [ -n "$do_r210" ] ; then
+do_video_encoding r210.avi "-an -c:v r210"
+do_video_decoding
+fi
+
if [ -n "$do_v210" ] ; then
do_video_encoding v210.avi "-an -c:v v210"
do_video_decoding "" "-pix_fmt yuv420p"