ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | 
Wed May  5 23:57:00 2021 +0200| [f100a7de5cd15119305aab59b4b3f8f2542ee1c0] | 
committer: Andreas Rheinhardt

avcodec/exrenc: Mark encoder as init-threadsafe

Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f100a7de5cd15119305aab59b4b3f8f2542ee1c0
---

 libavcodec/exrenc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/exrenc.c b/libavcodec/exrenc.c
index b2cb9c4205..207a335f44 100644
--- a/libavcodec/exrenc.c
+++ b/libavcodec/exrenc.c
@@ -549,4 +549,5 @@ const AVCodec ff_exr_encoder = {
                                                  AV_PIX_FMT_GBRPF32,
                                                  AV_PIX_FMT_GBRAPF32,
                                                  AV_PIX_FMT_NONE },
+    .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE,
 };

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

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

Reply via email to