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:
parent
80e8e25ef2
commit
c7af8b4e07
1 changed files with 1 additions and 0 deletions
|
|
@ -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"),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue