diff options
author | Paul B Mahol <[email protected]> | 2012-01-29 00:32:30 +0000 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2012-01-29 02:42:31 +0100 |
commit | 931ec4a2f64143c7029bc8699534268ae0a8946e (patch) | |
tree | 33f07f74fa6e03ee629c655f96fcc9930076b7ef /tests/codec-regression.sh | |
parent | 6bcc8275a1c74265679c41bd2758e0834f0b8d69 (diff) |
fate: add R210 encoding/decoding test
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-x | tests/codec-regression.sh | 5 |
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" |