summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-11-30 19:16:07 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-05-02 04:06:45 +0200
commit5dc5bb9b2b5f27536e0b63b3cbe0ccd8c63393a3 (patch)
treeb92b3d18c3d7fe718052ae735fa628ad6c1ab15d /libavcodec
parent010072d14886a404e9ee0bd53ed2620e69befc9d (diff)
avcodec/ttaenc: Mark encoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ttaenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ttaenc.c b/libavcodec/ttaenc.c
index 3255347b62..8f8afdd338 100644
--- a/libavcodec/ttaenc.c
+++ b/libavcodec/ttaenc.c
@@ -214,4 +214,5 @@ const AVCodec ff_tta_encoder = {
AV_SAMPLE_FMT_S16,
AV_SAMPLE_FMT_S32,
AV_SAMPLE_FMT_NONE },
+ .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};