1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00

avcodec/cscd: decoder supports init_cleanup capability

This commit is contained in:
Paul B Mahol 2018-09-08 20:06:19 +02:00
parent aaa3f115d8
commit aa76bdea1f

View File

@ -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,
};