From da04a14889690cbc6d95e90077ee10bb4f4df826 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 5 Jun 2009 08:41:19 +0000 Subject: sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed as revision 19105 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/sunrast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/sunrast.c') diff --git a/libavcodec/sunrast.c b/libavcodec/sunrast.c index 3fe8f6fffb..f5f659604c 100644 --- a/libavcodec/sunrast.c +++ b/libavcodec/sunrast.c @@ -192,7 +192,7 @@ AVCodec sunrast_decoder = { NULL, sunrast_end, sunrast_decode_frame, - 0, + CODEC_CAP_DR1, NULL, .long_name = NULL_IF_CONFIG_SMALL("Sun Rasterfile image"), }; -- cgit v1.2.3