summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-11-29 20:40:02 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-05-02 03:05:46 +0200
commit995ac7b55ab297615f9234f1c54427500822d2ec (patch)
tree405f24b4f52c978349f8aac455926c6ba4df6d3f /libavcodec
parent2079f95b3808f3275ddcc824d615d76bc95ea553 (diff)
avcodec/g723_1enc: Mark encoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/g723_1enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/g723_1enc.c b/libavcodec/g723_1enc.c
index 2fb4b7fc82..64899efc84 100644
--- a/libavcodec/g723_1enc.c
+++ b/libavcodec/g723_1enc.c
@@ -1256,4 +1256,5 @@ const AVCodec ff_g723_1_encoder = {
.sample_fmts = (const enum AVSampleFormat[]) {
AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE
},
+ .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};