[FFmpeg-devel] [PATCH] Revert "Partly revert f174fba: indeo3 decoder does not support direct rendering."

Paul B Mahol onemda at gmail.com
Tue Oct 30 13:16:59 CET 2012


f174fba did not introduce DR1 flag to this decoder it was already
available before that.

This reverts commit 8bf44d5c9681233f5c1fd353b18276f25b199b7a.

Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
I see nothing obvious which would now allow direct rendering.
Also DR1 works fine on sample I tested.
---
 libavcodec/indeo3.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index 126bd2b..bd2bc3b 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,
 };
-- 
1.7.11.2



More information about the ffmpeg-devel mailing list