]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opusdec.c
avcodec: Remove deprecated VBV delay field
[ffmpeg] / libavcodec / opusdec.c
index 24e90a376185e5f71ec65f7a23a24b9bae88846c..f0d7ed62a1a613bf6e88277814267cf01ea7921e 100644 (file)
@@ -716,5 +716,5 @@ AVCodec ff_opus_decoder = {
     .decode          = opus_decode_packet,
     .flush           = opus_decode_flush,
     .capabilities    = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_DELAY | AV_CODEC_CAP_CHANNEL_CONF,
-    .caps_internal   = FF_CODEC_CAP_INIT_CLEANUP,
+    .caps_internal   = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP,
 };