Commit 0d37823c authored by Paul B Mahol's avatar Paul B Mahol

avcodec/interplayacm: decoder supports init_cleanup capability

parent 1f71f0a3
...@@ -629,5 +629,6 @@ AVCodec ff_interplay_acm_decoder = { ...@@ -629,5 +629,6 @@ AVCodec ff_interplay_acm_decoder = {
.close = decode_close, .close = decode_close,
.decode = decode_frame, .decode = decode_frame,
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_DR1, .capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
.priv_data_size = sizeof(InterplayACMContext), .priv_data_size = sizeof(InterplayACMContext),
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment