From b02116cc4a3ac7e9726df75937560c460ca096df Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 30 Oct 2012 12:10:40 +0000 Subject: [PATCH] Revert "Partly revert f174fba: indeo3 decoder does not support direct rendering." f174fba did not introduce DR1 flag it was already available before that. This reverts commit 8bf44d5c9681233f5c1fd353b18276f25b199b7a. --- libavcodec/indeo3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index 126bd2bf53..bd2bc3b11d 100644 --- a/libavcodec/indeo3.c +++ b/libavcodec/indeo3.c @@ -1142,4 +1142,5 @@ AVCodec ff_indeo3_decoder = { .close = decode_close, .decode = decode_frame, .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"), + .capabilities = CODEC_CAP_DR1, };