1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avcodec/tscc: decoder supports init_cleanup capability

This commit is contained in:
Paul B Mahol 2018-09-08 21:18:47 +02:00
parent 86e7e7816b
commit 51a087771b

View File

@ -197,4 +197,5 @@ AVCodec ff_tscc_decoder = {
.close = decode_end,
.decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
};