Commit aa76bdea authored by Paul B Mahol's avatar Paul B Mahol

avcodec/cscd: decoder supports init_cleanup capability

parent aaa3f115
......@@ -170,5 +170,6 @@ AVCodec ff_cscd_decoder = {
.init = decode_init,
.close = decode_end,
.decode = decode_frame,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
.capabilities = AV_CODEC_CAP_DR1,
};
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