tmv decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19109 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a08e67e70d
commit
fa27733cea
@ -105,5 +105,6 @@ AVCodec tmv_decoder = {
|
|||||||
.priv_data_size = sizeof(TMVContext),
|
.priv_data_size = sizeof(TMVContext),
|
||||||
.close = tmv_decode_close,
|
.close = tmv_decode_close,
|
||||||
.decode = tmv_decode_frame,
|
.decode = tmv_decode_frame,
|
||||||
|
.capabilities = CODEC_CAP_DR1,
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("8088flex TMV"),
|
.long_name = NULL_IF_CONFIG_SMALL("8088flex TMV"),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user