mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
avcodec/interplayacm: decoder supports init_cleanup capability
This commit is contained in:
parent
1f71f0a312
commit
0d37823c83
@ -629,5 +629,6 @@ AVCodec ff_interplay_acm_decoder = {
|
||||
.close = decode_close,
|
||||
.decode = decode_frame,
|
||||
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_DR1,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
|
||||
.priv_data_size = sizeof(InterplayACMContext),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user