summaryrefslogtreecommitdiff
path: root/libavcodec/eatgq.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-11-29 23:34:44 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-05-02 03:26:50 +0200
commitec7925c45418345efa81c74c66c67d062ab461fd (patch)
tree8979ed96947b201e1ff6c52178b86222b3225364 /libavcodec/eatgq.c
parentd3ab662c5c7dae27fd0bf5495faceddd237fb7e6 (diff)
avcodec/eatgq: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/eatgq.c')
-rw-r--r--libavcodec/eatgq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/eatgq.c b/libavcodec/eatgq.c
index f390fb3f41..2658f0cf87 100644
--- a/libavcodec/eatgq.c
+++ b/libavcodec/eatgq.c
@@ -256,4 +256,5 @@ const AVCodec ff_eatgq_decoder = {
.init = tgq_decode_init,
.decode = tgq_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
+ .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};