Browse Source

avcodec/ws-snd1: Mark decoder as init-threadsafe

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Andreas Rheinhardt 5 years ago
parent
commit
bfee34caae
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/ws-snd1.c

+ 1
- 0
libavcodec/ws-snd1.c View File

@@ -178,4 +178,5 @@ AVCodec ff_ws_snd1_decoder = {
.init = ws_snd_decode_init,
.decode = ws_snd_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};

Loading…
Cancel
Save