Browse Source

avcodec/ffwavesynth: Mark decoder as init-threadsafe

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Andreas Rheinhardt 4 years ago
parent
commit
dbf8a1639f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ffwavesynth.c

+ 1
- 1
libavcodec/ffwavesynth.c View File

@@ -469,5 +469,5 @@ AVCodec ff_ffwavesynth_decoder = {
.close = wavesynth_close, .close = wavesynth_close,
.decode = wavesynth_decode, .decode = wavesynth_decode,
.capabilities = AV_CODEC_CAP_DR1, .capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP,
}; };

Loading…
Cancel
Save