[FFmpeg-cvslog] avcodec/cdxl: Mark decoder as init-threadsafe

Andreas Rheinhardt git at videolan.org
Sun Nov 29 01:39:35 EET 2020


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Fri Nov 27 13:37:40 2020 +0100| [a3d61e73217c135d24cebae636289c04558c0da0] | committer: Andreas Rheinhardt

avcodec/cdxl: Mark decoder as init-threadsafe

Reviewed-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>

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

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

diff --git a/libavcodec/cdxl.c b/libavcodec/cdxl.c
index 7c82967df0..96ae14c418 100644
--- a/libavcodec/cdxl.c
+++ b/libavcodec/cdxl.c
@@ -335,4 +335,5 @@ AVCodec ff_cdxl_decoder = {
     .close          = cdxl_decode_end,
     .decode         = cdxl_decode_frame,
     .capabilities   = AV_CODEC_CAP_DR1,
+    .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE,
 };



More information about the ffmpeg-cvslog mailing list