avcodec/ra144enc: Mark encoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
b7a0850101
commit
51e38d8e15
1 changed files with 1 additions and 0 deletions
|
|
@ -553,4 +553,5 @@ const AVCodec ff_ra_144_encoder = {
|
|||
AV_SAMPLE_FMT_NONE },
|
||||
.supported_samplerates = (const int[]){ 8000, 0 },
|
||||
.channel_layouts = (const uint64_t[]) { AV_CH_LAYOUT_MONO, 0 },
|
||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue