summaryrefslogtreecommitdiff
path: root/libavcodec/eatgv.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-11-29 23:32:38 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-05-02 03:26:29 +0200
commitd3ab662c5c7dae27fd0bf5495faceddd237fb7e6 (patch)
treeb5ee8971923dffff9f93facee17ffd56cea33ae9 /libavcodec/eatgv.c
parentfff618b8b89f479841a44841fa5c8e6fa4cfaf1b (diff)
avcodec/eatgv: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/eatgv.c')
-rw-r--r--libavcodec/eatgv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/eatgv.c b/libavcodec/eatgv.c
index 42cd07a60f..20a90a090f 100644
--- a/libavcodec/eatgv.c
+++ b/libavcodec/eatgv.c
@@ -369,4 +369,5 @@ const AVCodec ff_eatgv_decoder = {
.close = tgv_decode_end,
.decode = tgv_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
+ .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};