]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xxan.c
avcodec/idcinvideo: Mark decoder as init-threadsafe
[ffmpeg] / libavcodec / xxan.c
index 865dfa8f872adbbc3dc878a60bc8464f2a42390c..1dd46b36ebd5901e117cd3be7028e02e5b62c932 100644 (file)
@@ -443,5 +443,5 @@ AVCodec ff_xan_wc4_decoder = {
     .close          = xan_decode_end,
     .decode         = xan_decode_frame,
     .capabilities   = AV_CODEC_CAP_DR1,
-    .caps_internal  = FF_CODEC_CAP_INIT_CLEANUP,
+    .caps_internal  = FF_CODEC_CAP_INIT_CLEANUP | FF_CODEC_CAP_INIT_THREADSAFE,
 };