summaryrefslogtreecommitdiff
path: root/libavcodec/metasound.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-05-07 06:25:33 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-05-12 06:00:14 +0200
commit5ee835944134a2b264c365c7dd59ff206761ae31 (patch)
tree3b50e13a9c6c48c421acf39516e6e1def1af5e7b /libavcodec/metasound.c
parent06e9e9b2db06cc4473a41bd5391d743025b42ddd (diff)
avcodec/metasound: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/metasound.c')
-rw-r--r--libavcodec/metasound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/metasound.c b/libavcodec/metasound.c
index be47510d7a..57851a43c5 100644
--- a/libavcodec/metasound.c
+++ b/libavcodec/metasound.c
@@ -382,4 +382,5 @@ const AVCodec ff_metasound_decoder = {
.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF,
.sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP,
AV_SAMPLE_FMT_NONE },
+ .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};