diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-12-27 20:43:16 -0500 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-28 20:50:41 +0100 |
commit | 733b23c2e44cb67b90e04f337eb4a407d46f70d1 (patch) | |
tree | aa741d5fbbf209b7ee702a1e9c3ba8fb5b477324 /tests/codec-regression.sh | |
parent | 891ce00c8ddad096cc26d7aa55b4f1bc26a1f124 (diff) | |
download | ffmpeg-733b23c2e44cb67b90e04f337eb4a407d46f70d1.tar.gz |
fate: Add v210 codec regression tests
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 57e5f07f05..e20bf6420d 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -278,6 +278,11 @@ do_video_encoding rgb.avi "-an -vcodec rawvideo -pix_fmt bgr24" do_video_decoding "" "-pix_fmt yuv420p" fi +if [ -n "$do_v210" ] ; then +do_video_encoding v210.avi "-an -c:v v210" +do_video_decoding "" "-pix_fmt yuv420p" +fi + if [ -n "$do_yuv" ] ; then do_video_encoding yuv.avi "-an -vcodec rawvideo -pix_fmt yuv420p" do_video_decoding "" "-pix_fmt yuv420p" |