[FFmpeg-cvslog] avcodec/cdtoons: Mark decoder as init-threadsafe
Andreas Rheinhardt
git at videolan.org
Fri Dec 4 17:39:38 EET 2020
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Thu Nov 26 14:24:00 2020 +0100| [868368aa38014add899dc467cac97011872296c7] | committer: Andreas Rheinhardt
avcodec/cdtoons: Mark decoder as init-threadsafe
Reviewed-by: Anton Khirnov <anton at khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=868368aa38014add899dc467cac97011872296c7
---
libavcodec/cdtoons.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/cdtoons.c b/libavcodec/cdtoons.c
index a8609815c1..3530f81452 100644
--- a/libavcodec/cdtoons.c
+++ b/libavcodec/cdtoons.c
@@ -453,4 +453,5 @@ AVCodec ff_cdtoons_decoder = {
.decode = cdtoons_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.flush = cdtoons_flush,
+ .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};
More information about the ffmpeg-cvslog
mailing list