[FFmpeg-cvslog] avcodec/exrenc: Mark encoder as init-threadsafe
Andreas Rheinhardt
git at videolan.org
Tue May 11 01:21:10 EEST 2021
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at 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.rheinhardt at 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,
};
More information about the ffmpeg-cvslog
mailing list