diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-01-29 13:18:59 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-29 18:11:40 +0100 |
commit | 3b93a524c2d7aad669b0f01ea5e1336e5a6258bf (patch) | |
tree | f0b72f2c22e0b4810b39e24ba247fe9ff1231a67 /tests/codec-regression.sh | |
parent | 668a0b152b59b0c0324cae08b49d4c180da7ee0f (diff) | |
download | ffmpeg-3b93a524c2d7aad669b0f01ea5e1336e5a6258bf.tar.gz |
fate: add v308 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-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 37c6e86b54..41269ad0d0 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -329,6 +329,11 @@ do_video_encoding v210.avi "-an -c:v v210" do_video_decoding "" "-pix_fmt yuv420p" fi +if [ -n "$do_v308" ] ; then +do_video_encoding v308.avi "-an -c:v v308" +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" |