]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xan.c
avfilter/avfilter: Remove compatibility code for old filter options
[ffmpeg] / libavcodec / xan.c
index 5318aab79752ff309087c4fc7f99017486f28361..6bf754f1516ab09fd16e46d56197885f7f90e03b 100644 (file)
@@ -645,5 +645,5 @@ AVCodec ff_xan_wc3_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,
 };