summaryrefslogtreecommitdiff
path: root/libavcodec/takdec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-11-30 21:03:02 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-05-02 04:13:32 +0200
commit94b3ce05b93978e4ed88e20161c344ff496044c3 (patch)
tree0ff39f8ecc2820aaacfe761e6f108ae1dd75a9ac /libavcodec/takdec.c
parent07efb4b603ad585d0e42a47f01e0cfe20ff35395 (diff)
avcodec/takdec: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/takdec.c')
-rw-r--r--libavcodec/takdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/takdec.c b/libavcodec/takdec.c
index 93caaae7ad..926dbf611e 100644
--- a/libavcodec/takdec.c
+++ b/libavcodec/takdec.c
@@ -953,4 +953,5 @@ const AVCodec ff_tak_decoder = {
AV_SAMPLE_FMT_S16P,
AV_SAMPLE_FMT_S32P,
AV_SAMPLE_FMT_NONE },
+ .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};