smacker video decoder uses reget_buffer, set CODEC_CAP_DR1

Originally committed as revision 19103 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-06-05 08:37:55 +00:00
parent c7af8b4e07
commit d65c1feead
1 changed files with 1 additions and 0 deletions

View File

@ -701,6 +701,7 @@ AVCodec smacker_decoder = {
NULL, NULL,
decode_end, decode_end,
decode_frame, decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Smacker video"), .long_name = NULL_IF_CONFIG_SMALL("Smacker video"),
}; };