summaryrefslogtreecommitdiff
path: root/libavcodec/kmvc.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-06-05 08:36:26 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-06-05 08:36:26 +0000
commitc7af8b4e07cb1361665b0688898248ba2df10271 (patch)
tree666dd7a3c5e4531ed7a56053a5a04029553b15e0 /libavcodec/kmvc.c
parent80e8e25ef24eb96333d61a86ee02201abc89f5d9 (diff)
kmvc decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19102 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/kmvc.c')
-rw-r--r--libavcodec/kmvc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/kmvc.c b/libavcodec/kmvc.c
index 6ac388f9a2..f4b54a138f 100644
--- a/libavcodec/kmvc.c
+++ b/libavcodec/kmvc.c
@@ -410,5 +410,6 @@ AVCodec kmvc_decoder = {
NULL,
decode_end,
decode_frame,
+ CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Karl Morton's video codec"),
};