[SCM] libav/experimental: indeo3 decoder uses get_buffer, set CODEC_CAP_DR1

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:47:16 UTC 2013


The following commit has been merged in the experimental branch:
commit 7bbf3f2ca4a63b76b634177c16bbab88323f256f
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Fri Jun 5 08:08:49 2009 +0000

    indeo3 decoder uses get_buffer, set CODEC_CAP_DR1
    
    Originally committed as revision 19090 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index b5a9a4d..5851e53 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -1133,7 +1133,7 @@ AVCodec indeo3_decoder = {
     NULL,
     indeo3_decode_end,
     indeo3_decode_frame,
-    0,
+    CODEC_CAP_DR1,
     NULL,
     .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
 };

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list