Skip to content
Snippets Groups Projects
Commit 51a08777 authored by Paul B Mahol's avatar Paul B Mahol
Browse files

avcodec/tscc: decoder supports init_cleanup capability

parent 86e7e781
No related branches found
No related tags found
No related merge requests found
...@@ -197,4 +197,5 @@ AVCodec ff_tscc_decoder = { ...@@ -197,4 +197,5 @@ AVCodec ff_tscc_decoder = {
.close = decode_end, .close = decode_end,
.decode = decode_frame, .decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1, .capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment