From 7bbf3f2ca4a63b76b634177c16bbab88323f256f Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 5 Jun 2009 08:08:49 +0000 Subject: [PATCH] indeo3 decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed as revision 19090 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/indeo3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index b5a9a4dba7..5851e538e5 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"), };