Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavcodec/ra144enc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/ra144enc.c b/libavcodec/ra144enc.c
index c6965c5c47..7ba1cb3aa0 100644
--- a/libavcodec/ra144enc.c
+++ b/libavcodec/ra144enc.c
@@ -553,4 +553,5 @@ AVCodec ff_ra_144_encoder = {
AV_SAMPLE_FMT_NONE },
.supported_samplerates = (const int[]){ 8000, 0 },
.channel_layouts = (const uint64_t[]) { AV_CH_LAYOUT_MONO, 0 },
+ .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".