diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-17 04:28:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-26 17:33:53 +0200 |
commit | abe76b851c05eea8743f6c899cbe5f7409b0f301 (patch) | |
tree | aaf90184572aa36569a6190c8bf396b1e6f27f53 /tests/fate/vcodec.mak | |
parent | 185fc52f196c241a96272cc6ccd2a37bc765ddff (diff) | |
download | ffmpeg-abe76b851c05eea8743f6c899cbe5f7409b0f301.tar.gz |
ffv1enc: Make ffv1.3 non experimental
The fate tests change as they used 1.2 previously
The increased size is due to:
32bit CRCs per slice by default (can be disabled),
it adds slice headers to allow decoding one slice without the others
an additional slice size field is added to make it possible to find
slices within corrupted surroundings.
these add up to about 57bit per slice more
at 50 frames and 4 slices thats 1425 byte
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/vcodec.mak')
-rw-r--r-- | tests/fate/vcodec.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index fff606fcc1..3186c4ca3d 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -55,7 +55,7 @@ fate-vsynth%-dv-50: DECOPTS = -sws_flags neighbor fate-vsynth%-dv-50: FMT = dv FATE_VCODEC-$(call ENCDEC, FFV1, AVI) += ffv1 ffv1.0 -fate-vsynth%-ffv1: ENCOPTS = -slices 4 -strict -2 +fate-vsynth%-ffv1: ENCOPTS = -slices 4 fate-vsynth%-ffv1.0: CODEC = ffv1 FATE_VCODEC-$(call ENCDEC, FFVHUFF, AVI) += ffvhuff |