diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-11 04:01:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-11 04:01:49 +0200 |
commit | 43d995e865f77adef1573b158452982a56814908 (patch) | |
tree | 669a5a9a4f15be6270fbe97c799096595c353b1a /tests/fate | |
parent | b2fb65cbebba73894a6b98cfa877fddd45f6d124 (diff) | |
download | ffmpeg-43d995e865f77adef1573b158452982a56814908.tar.gz |
fate: Disable qtrlegray 34x34 test
The encoder lacks support for width % 4 != 0
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 cce77fd25d..7636df053c 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -304,7 +304,7 @@ 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 \ - roqvideo rv10 rv20 y41p + roqvideo rv10 rv20 y41p qtrlegray VSYNTH3_OFF = $(RESIZE_OFF) $(INC_PAR_OFF) FATE_VCODEC3 = $(filter-out $(VSYNTH3_OFF),$(FATE_VCODEC)) |