summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-06-05 08:37:55 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-06-05 08:37:55 +0000
commitd65c1feead329f1557757d69dccc522a04ed343a (patch)
treea59b053d078e93d428610be64614b48652372b3b
parentc7af8b4e07cb1361665b0688898248ba2df10271 (diff)
smacker video decoder uses reget_buffer, set CODEC_CAP_DR1
Originally committed as revision 19103 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/smacker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/smacker.c b/libavcodec/smacker.c
index 3b3d03e7e4..0d39027b0b 100644
--- a/libavcodec/smacker.c
+++ b/libavcodec/smacker.c
@@ -701,6 +701,7 @@ AVCodec smacker_decoder = {
NULL,
decode_end,
decode_frame,
+ CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Smacker video"),
};