1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avcodec/tiffenc: Mark encoder as init-threadsafe

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2020-11-30 16:18:08 +01:00 committed by Andreas Rheinhardt
parent 602174b821
commit 2b54a29762

View File

@ -588,4 +588,5 @@ const AVCodec ff_tiff_encoder = {
AV_PIX_FMT_NONE
},
.priv_class = &tiffenc_class,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};