Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com>
---
 libavcodec/jvdec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/jvdec.c b/libavcodec/jvdec.c
index 6f10157b0d..f60db9b136 100644
--- a/libavcodec/jvdec.c
+++ b/libavcodec/jvdec.c
@@ -243,4 +243,5 @@ AVCodec ff_jv_decoder = {
     .close          = decode_close,
     .decode         = decode_frame,
     .capabilities   = AV_CODEC_CAP_DR1,
+    .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE,
 };
-- 
2.25.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to