forked from FFmpeg/FFmpeg
avcodec/fastaudio: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
e5fdc682cc
commit
843a717b33
1 changed files with 1 additions and 0 deletions
|
@ -199,4 +199,5 @@ const AVCodec ff_fastaudio_decoder = {
|
|||
.capabilities = AV_CODEC_CAP_DR1,
|
||||
.sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
|
||||
AV_SAMPLE_FMT_NONE },
|
||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue