From 6d3530ce2b4c68242cea5823bd0a13746f46aa62 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 5 Jun 2009 09:02:14 +0000 Subject: [PATCH] zmbv decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed as revision 19112 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/zmbv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c index f150a86639..de2eb9c4c6 100644 --- a/libavcodec/zmbv.c +++ b/libavcodec/zmbv.c @@ -664,6 +664,7 @@ AVCodec zmbv_decoder = { NULL, decode_end, decode_frame, + CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("Zip Motion Blocks Video"), };