Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavcodec/eatgv.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/eatgv.c b/libavcodec/eatgv.c
index f82f7b9cca..2dce1f21c6 100644
--- a/libavcodec/eatgv.c
+++ b/libavcodec/eatgv.c
@@ -369,4 +369,5 @@ AVCodec ff_eatgv_decoder = {
.close = tgv_decode_end,
.decode = tgv_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
+ .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};
--
2.25.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".