diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-19 08:41:38 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-08 08:10:52 +0100 |
commit | bde48aa92d335e96bcbbca4e30d5bb72dfe04c41 (patch) | |
tree | 121f0bbdb6d4e27e6c8ac0f1f2ef75ea85a71652 /tests/fate | |
parent | d243896987b8b2062d1faba4d8d6f0c62d2dbee9 (diff) | |
download | ffmpeg-bde48aa92d335e96bcbbca4e30d5bb72dfe04c41.tar.gz |
FATE: enable multiple slices in the ffv1 vsynth test
This allows us to test the slice threading code.
Diffstat (limited to 'tests/fate')
-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 5a5b703b45..86f27c7546 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -53,7 +53,7 @@ fate-vsynth%-dv-50: DECOPTS = -sws_flags neighbor fate-vsynth%-dv-50: FMT = dv FATE_VCODEC-$(call ENCDEC, FFV1, AVI) += ffv1 -fate-vsynth%-ffv1: ENCOPTS = -strict -2 +fate-vsynth%-ffv1: ENCOPTS = -slices 4 -strict -2 FATE_VCODEC-$(call ENCDEC, FFVHUFF, AVI) += ffvhuff |