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

Carl Eugen Hoyos git at videolan.org
Tue Oct 30 11:52:12 CET 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Oct 30 11:51:58 2012 +0100| [8bf44d5c9681233f5c1fd353b18276f25b199b7a] | committer: Carl Eugen Hoyos

Partly revert f174fba: indeo3 decoder does not support direct rendering.

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

 libavcodec/indeo3.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index bd2bc3b..126bd2b 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -1142,5 +1142,4 @@ 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