diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-06 01:37:22 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-06 01:37:22 +0100 |
commit | 1bef9bfc773bfeb5e8dafaf541f3a2442218ad2a (patch) | |
tree | 6718b850abc4e72154a82fb3f08a73df2f2b020d /tests/fate | |
parent | 27b1e63f32a9b1e3217cccf7a66dfdf9cccd1ebd (diff) | |
download | ffmpeg-1bef9bfc773bfeb5e8dafaf541f3a2442218ad2a.tar.gz |
fate: test version 3 of ffvhuff
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/vcodec.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index 9846646df4..ed737929e9 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -58,7 +58,8 @@ FATE_VCODEC-$(call ENCDEC, FFV1, AVI) += ffv1 ffv1.0 fate-vsynth%-ffv1: ENCOPTS = -slices 4 fate-vsynth%-ffv1.0: CODEC = ffv1 -FATE_VCODEC-$(call ENCDEC, FFVHUFF, AVI) += ffvhuff +FATE_VCODEC-$(call ENCDEC, FFVHUFF, AVI) += ffvhuff ffvhuff444 +fate-vsynth%-ffvhuff444: ENCOPTS = -strict -2 -vcodec ffvhuff -pix_fmt yuv444p FATE_VCODEC-$(call ENCDEC, FLASHSV, FLV) += flashsv fate-vsynth%-flashsv: ENCOPTS = -sws_flags neighbor+full_chroma_int |