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

avcodec/gifdec: set .caps_internal

parent 158043ba
No related branches found
No related tags found
No related merge requests found
......@@ -561,5 +561,7 @@ AVCodec ff_gif_decoder = {
.close = gif_decode_close,
.decode = gif_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE |
FF_CODEC_CAP_INIT_CLEANUP,
.priv_class = &decoder_class,
};
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