X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Findeo4.c;h=e2778af6caaee085cd674e9f324cd94543e535ae;hb=46dac8cf3d250184ab4247809bc03f60e14f4c0c;hp=4bfc6cdd7416a382da5fe7aa5268037eb3e0b0e0;hpb=ace96d2e693d804a0ed16aebc1b1027cfff2c527;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, };