diff options
author | James Almer <jamrial@gmail.com> | 2015-04-22 17:34:28 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-23 04:44:45 +0200 |
commit | d7f62f033c214f3863acfd8e0672407b0bf91a3b (patch) | |
tree | 1eb527f72a65675f534b5e5791cd82d95bc94100 /tests/fate/vcodec.mak | |
parent | cbe27006cee0099076d1d68af646f3ef914167d8 (diff) | |
download | ffmpeg-d7f62f033c214f3863acfd8e0672407b0bf91a3b.tar.gz |
fate: add cinepak encoder vsynth tests
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/vcodec.mak')
-rw-r--r-- | tests/fate/vcodec.mak | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index 0aba87b953..1ad5e96f92 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -18,6 +18,10 @@ 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 = -vcodec cinepak -frames 3 +fate-vsynth%-cinepak: FMT = mov + FATE_VCODEC-$(call ENCDEC, CLJR, AVI) += cljr fate-vsynth%-cljr: ENCOPTS = -strict -1 @@ -320,7 +324,7 @@ FATE_VSYNTH_LENA = $(FATE_VCODEC:%=fate-vsynth_lena-%) RESIZE_OFF = dnxhd-720p dnxhd-720p-rd dnxhd-720p-10bit dnxhd-1080i \ dv dv-411 dv-50 avui snow snow-hpel snow-ll # Incorrect parameters - usually size or color format restrictions -INC_PAR_OFF = h261 h261-trellis h263 h263p h263-obmc msvideo1 \ +INC_PAR_OFF = cinepak h261 h261-trellis h263 h263p h263-obmc msvideo1 \ roqvideo rv10 rv20 y41p qtrlegray VSYNTH3_OFF = $(RESIZE_OFF) $(INC_PAR_OFF) |