Commit 39cfb722 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/gifdec: set .caps_internal

parent 158043ba
...@@ -561,5 +561,7 @@ AVCodec ff_gif_decoder = { ...@@ -561,5 +561,7 @@ AVCodec ff_gif_decoder = {
.close = gif_decode_close, .close = gif_decode_close,
.decode = gif_decode_frame, .decode = gif_decode_frame,
.capabilities = AV_CODEC_CAP_DR1, .capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE |
FF_CODEC_CAP_INIT_CLEANUP,
.priv_class = &decoder_class, .priv_class = &decoder_class,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment