From 272f73dfef7f81a6f85e6f6badfe5fd66a8f571d Mon Sep 17 00:00:00 2001 From: bcoudurier Date: Fri, 5 Jun 2009 08:08:49 +0000 Subject: [PATCH] indeo3 decoder uses get_buffer, set CODEC_CAP_DR1 git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19090 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavcodec/indeo3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index b5a9a4dba..5851e538e 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"), }; -- 2.11.4.GIT