OSDN Git Service

amv decoder uses get_buffer, set CODEC_CAP_DR1
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Fri, 5 Jun 2009 08:18:17 +0000 (08:18 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Fri, 5 Jun 2009 08:18:17 +0000 (08:18 +0000)
Originally committed as revision 19093 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/sp5xdec.c

index 93f98f1..13cce22 100644 (file)
@@ -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"),
 };