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

avcodec/dsicinvideo: decoder supports init_cleanup capability

parent 94437e44
No related branches found
No related tags found
No related merge requests found
......@@ -328,5 +328,6 @@ AVCodec ff_dsicinvideo_decoder = {
.init = cinvideo_decode_init,
.close = cinvideo_decode_end,
.decode = cinvideo_decode_frame,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
.capabilities = AV_CODEC_CAP_DR1,
};
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