diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-16 23:06:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-16 23:14:11 +0200 |
commit | 0d98686fde90d77d8e0824c7bdabf7168ec77d4e (patch) | |
tree | 010e5941ff5605a9aef84fab50b3db1b5457d67c /tests/fate | |
parent | 62f5e601aa4d42cf17f5f4331a2b7e2b533d4e69 (diff) | |
download | ffmpeg-streaming-0d98686fde90d77d8e0824c7bdabf7168ec77d4e.zip ffmpeg-streaming-0d98686fde90d77d8e0824c7bdabf7168ec77d4e.tar.gz |
fate: Add RGB48 FFV1 test
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/vcodec.mak | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index f4363a9..4ed94a5 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -130,7 +130,7 @@ fate-vsynth%-dv-50: FMT = dv FATE_VCODEC-$(call ENCDEC, FFV1, AVI) += ffv1 ffv1-v0 \ ffv1-v3-yuv420p ffv1-v3-yuv422p10 ffv1-v3-yuv444p16 \ - ffv1-v3-bgr0 + ffv1-v3-bgr0 ffv1-v3-rgb48 fate-vsynth%-ffv1: ENCOPTS = -slices 4 fate-vsynth%-ffv1-v0: CODEC = ffv1 fate-vsynth%-ffv1-v3-yuv420p: ENCOPTS = -level 3 -pix_fmt yuv420p @@ -143,6 +143,9 @@ fate-vsynth%-ffv1-v3-yuv444p16: DECOPTS = -sws_flags neighbor+bitexact fate-vsynth%-ffv1-v3-bgr0: ENCOPTS = -level 3 -pix_fmt bgr0 \ -sws_flags neighbor+bitexact fate-vsynth%-ffv1-v3-bgr0: DECOPTS = -sws_flags neighbor+bitexact +fate-vsynth%-ffv1-v3-rgb48: ENCOPTS = -level 3 -pix_fmt rgb48 -strict -2 \ + -sws_flags neighbor+bitexact +fate-vsynth%-ffv1-v3-rgb48: DECOPTS = -sws_flags neighbor+bitexact FATE_VCODEC-$(call ENCDEC, FFVHUFF, AVI) += ffvhuff ffvhuff444 ffvhuff420p12 ffvhuff422p10left ffvhuff444p16 fate-vsynth%-ffvhuff444: ENCOPTS = -vcodec ffvhuff -pix_fmt yuv444p |