diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-18 12:43:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-18 13:01:44 +0200 |
commit | f4f6eb5b7489b760406b09ab53d7b71730a8d2e2 (patch) | |
tree | 2b33aeb4fa44b19b6bf609d5e3f3bdbce4098b4f /tests | |
parent | 45975ab7a192d7c687e77342de2ddfebb3b2fa4d (diff) | |
download | ffmpeg-f4f6eb5b7489b760406b09ab53d7b71730a8d2e2.tar.gz |
fate: add ffv1.0 test
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-ffv1.0 | 4 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth2-ffv1.0 | 4 |
3 files changed, 10 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index 7aed08961b..fff606fcc1 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -54,8 +54,9 @@ fate-vsynth%-dv-50: ENCOPTS = -dct int -s pal -pix_fmt yuv422p \ fate-vsynth%-dv-50: DECOPTS = -sws_flags neighbor fate-vsynth%-dv-50: FMT = dv -FATE_VCODEC-$(call ENCDEC, FFV1, AVI) += ffv1 +FATE_VCODEC-$(call ENCDEC, FFV1, AVI) += ffv1 ffv1.0 fate-vsynth%-ffv1: ENCOPTS = -slices 4 -strict -2 +fate-vsynth%-ffv1.0: CODEC = ffv1 FATE_VCODEC-$(call ENCDEC, FFVHUFF, AVI) += ffvhuff diff --git a/tests/ref/vsynth/vsynth1-ffv1.0 b/tests/ref/vsynth/vsynth1-ffv1.0 new file mode 100644 index 0000000000..2a4f41c09b --- /dev/null +++ b/tests/ref/vsynth/vsynth1-ffv1.0 @@ -0,0 +1,4 @@ +91c237f18bc19975077c85175daed734 *tests/data/fate/vsynth1-ffv1.0.avi +2655364 tests/data/fate/vsynth1-ffv1.0.avi +c5ccac874dbf808e9088bc3107860042 *tests/data/fate/vsynth1-ffv1.0.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-ffv1.0 b/tests/ref/vsynth/vsynth2-ffv1.0 new file mode 100644 index 0000000000..962c17c3e7 --- /dev/null +++ b/tests/ref/vsynth/vsynth2-ffv1.0 @@ -0,0 +1,4 @@ +3a757276e299bf88c30e06dfb53f1c99 *tests/data/fate/vsynth2-ffv1.0.avi +3525792 tests/data/fate/vsynth2-ffv1.0.avi +dde5895817ad9d219f79a52d0bdfb001 *tests/data/fate/vsynth2-ffv1.0.out.rawvideo +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200 |