mirror of https://git.ffmpeg.org/ffmpeg.git
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
|
@ -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…
Reference in New Issue