diff options
author | James Almer <jamrial@gmail.com> | 2017-11-07 18:35:34 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-11-07 18:35:34 -0300 |
commit | 0ff8f0b7b4d72476c4859f0d42cfef442c23937c (patch) | |
tree | 38a27e01292ba7048e45dc600839c95ed4b9b6a2 /tests/fate/vcodec.mak | |
parent | 5371274329012c3b5ff3f5a254366d2f7fed6867 (diff) | |
parent | 5be9939b46a6a4d3860a1b1a872aa50897095970 (diff) | |
download | ffmpeg-0ff8f0b7b4d72476c4859f0d42cfef442c23937c.tar.gz |
Merge commit '5be9939b46a6a4d3860a1b1a872aa50897095970'
* commit '5be9939b46a6a4d3860a1b1a872aa50897095970':
fate: Add cinepak encoder vsynth tests
See d7f62f033c214f3863acfd8e0672407b0bf91a3b
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/fate/vcodec.mak')
-rw-r--r-- | tests/fate/vcodec.mak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index c0344550f9..bbcf25d72a 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -18,9 +18,9 @@ fate-vsynth%-asv1: ENCOPTS = -qscale 10 FATE_VCODEC-$(call ENCDEC, ASV2, AVI) += asv2 fate-vsynth%-asv2: ENCOPTS = -qscale 10 -FATE_VCODEC-$(call ENCDEC, CINEPAK, MOV) += cinepak -fate-vsynth%-cinepak: ENCOPTS = -c:v cinepak -frames 3 -fate-vsynth%-cinepak: FMT = mov +FATE_VCODEC-$(call ENCDEC, CINEPAK, AVI) += cinepak +fate-vsynth%-cinepak: ENCOPTS = -s sqcif -strip_number_adaptivity 1 +fate-vsynth%-cinepak: DECOPTS = -s sqcif FATE_VCODEC-$(call ENCDEC, CLJR, AVI) += cljr fate-vsynth%-cljr: ENCOPTS = -strict -1 |