]> git.sesse.net Git - ffmpeg/commitdiff
indeo3 decoder uses get_buffer, set CODEC_CAP_DR1
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Fri, 5 Jun 2009 08:08:49 +0000 (08:08 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Fri, 5 Jun 2009 08:08:49 +0000 (08:08 +0000)
Originally committed as revision 19090 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/indeo3.c

index b5a9a4dba78dd07fc96885d23785ae67de3459ff..5851e538e552e1bba5867de02008a08875b1eaca 100644 (file)
@@ -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"),
 };