From 53e67085b28ea3e86f71417ce0d320491a8f66b6 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 5 Jun 2009 08:12:14 +0000 Subject: [PATCH] 4xm decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed as revision 19091 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/4xm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index 7aae23a678..9bd026b5a2 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -845,7 +845,7 @@ AVCodec fourxm_decoder = { NULL, decode_end, decode_frame, - /*CODEC_CAP_DR1,*/ + CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("4X Movie"), };