mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/rawdec: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
9e1f7e2086
commit
4848a7abff
@ -492,4 +492,5 @@ const AVCodec ff_rawvideo_decoder = {
|
||||
.decode = raw_decode,
|
||||
.priv_class = &rawdec_class,
|
||||
.capabilities = AV_CODEC_CAP_PARAM_CHANGE,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user