X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Findeo4.c;h=e2778af6caaee085cd674e9f324cd94543e535ae;hb=e5bcda6473a2d6984216004506374669501fcf3b;hp=4bfc6cdd7416a382da5fe7aa5268037eb3e0b0e0;hpb=5c1aafff2d844b177b0b20db4a38d8460992558b;p=ffmpeg diff --git a/libavcodec/indeo4.c b/libavcodec/indeo4.c index 4bfc6cdd741..e2778af6caa 100644 --- a/libavcodec/indeo4.c +++ b/libavcodec/indeo4.c @@ -713,4 +713,5 @@ AVCodec ff_indeo4_decoder = { .close = ff_ivi_decode_close, .decode = ff_ivi_decode_frame, .capabilities = AV_CODEC_CAP_DR1, + .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE, };