You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/interplayacm: decoder supports init_cleanup capability
This commit is contained in:
@@ -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),
|
||||
};
|
||||
|
Reference in New Issue
Block a user