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 | |
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')
-rw-r--r-- | tests/fate/vcodec.mak | 3 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth1-ffvhuff444 | 4 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth2-ffvhuff444 | 4 |
3 files changed, 10 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 diff --git a/tests/ref/vsynth/vsynth1-ffvhuff444 b/tests/ref/vsynth/vsynth1-ffvhuff444 new file mode 100644 index 0000000000..9b3e3142d4 --- /dev/null +++ b/tests/ref/vsynth/vsynth1-ffvhuff444 @@ -0,0 +1,4 @@ +bd5b0acf47a6915c6d0889ca7fe48d0e *tests/data/fate/vsynth1-ffvhuff444.avi +10967556 tests/data/fate/vsynth1-ffvhuff444.avi +10fb42f1abf40a289c3edafc0390482c *tests/data/fate/vsynth1-ffvhuff444.out.rawvideo +stddev: 2.67 PSNR: 39.60 MAXDIFF: 43 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ffvhuff444 b/tests/ref/vsynth/vsynth2-ffvhuff444 new file mode 100644 index 0000000000..0b4d9fc9d4 --- /dev/null +++ b/tests/ref/vsynth/vsynth2-ffvhuff444 @@ -0,0 +1,4 @@ +50d1d79bcb2e9a9fe70ec0f211d07b09 *tests/data/fate/vsynth2-ffvhuff444.avi +8666652 tests/data/fate/vsynth2-ffvhuff444.avi +d43cb310c130c69214332d74f6ee5f9a *tests/data/fate/vsynth2-ffvhuff444.out.rawvideo +stddev: 0.41 PSNR: 55.80 MAXDIFF: 7 bytes: 7603200/ 7603200 |