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

Paul B Mahol git at videolan.org
Sat Nov 3 00:49:51 CET 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Oct 30 12:10:40 2012 +0000| [b02116cc4a3ac7e9726df75937560c460ca096df] | committer: Paul B Mahol

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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b02116cc4a3ac7e9726df75937560c460ca096df
---

 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,
 };



More information about the ffmpeg-cvslog mailing list