Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavcodec/notchlc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/notchlc.c b/libavcodec/notchlc.c
index 57ce70e945..d8eec97ee1 100644
--- a/libavcodec/notchlc.c
+++ b/libavcodec/notchlc.c
@@ -544,4 +544,5 @@ 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,
};
--
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".