From 94c014c455d99355154ab9c422ca63da01a73db4 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 5 Jun 2009 08:18:17 +0000 Subject: amv decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed as revision 19093 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/sp5xdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/sp5xdec.c') diff --git a/libavcodec/sp5xdec.c b/libavcodec/sp5xdec.c index 93f98f1a3e..13cce225a2 100644 --- a/libavcodec/sp5xdec.c +++ b/libavcodec/sp5xdec.c @@ -216,5 +216,6 @@ AVCodec amv_decoder = { NULL, ff_mjpeg_decode_end, sp5x_decode_frame, + CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("AMV Video"), }; -- cgit v1.2.3