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

avcodec/bitpacked: Mark decoder as init-threadsafe

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2020-11-30 17:24:54 +01:00 committed by Andreas Rheinhardt
parent c549a94b9d
commit e6f13f9a37

View File

@ -150,4 +150,5 @@ const AVCodec ff_bitpacked_decoder = {
MKTAG('U', 'Y', 'V', 'Y'),
FF_CODEC_TAGS_END,
},
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};