mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-08 21:28:38 +00:00
avcodec/ws-snd1: Mark decoder as init-threadsafe
Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
9a7fe43c0f
commit
bfee34caae
@ -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…
x
Reference in New Issue
Block a user