kmvc decoder uses get_buffer, set CODEC_CAP_DR1

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

View File

@ -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"),
};