aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/notchlc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-11-29 00:53:23 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-05-02 02:40:14 +0200
commit83e96418f78360a470fc284f559b86829036b384 (patch)
treef4ec50ce73fd63ba20928190789a46d4b30d2363 /libavcodec/notchlc.c
parent275d7a81e0d3526933f17ace764afa58a2b7eb73 (diff)
downloadffmpeg-83e96418f78360a470fc284f559b86829036b384.tar.gz
avcodec/notchlc: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/notchlc.c')
-rw-r--r--libavcodec/notchlc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/notchlc.c b/libavcodec/notchlc.c
index c109c5f6f3..be28161995 100644
--- a/libavcodec/notchlc.c
+++ b/libavcodec/notchlc.c
@@ -547,4 +547,5 @@ const AVCodec ff_notchlc_decoder = {
.close = decode_end,
.decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS,
+ .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};