summaryrefslogtreecommitdiff
path: root/libavcodec/sp5xdec.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-06-05 08:18:17 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-06-05 08:18:17 +0000
commit94c014c455d99355154ab9c422ca63da01a73db4 (patch)
tree61c840a16da56ca005eed5af675e3fcbf437c74a /libavcodec/sp5xdec.c
parentbe7e793261202d9e6323ac1ec87a071a7d61fd64 (diff)
amv decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19093 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/sp5xdec.c')
-rw-r--r--libavcodec/sp5xdec.c1
1 files changed, 1 insertions, 0 deletions
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"),
};