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,
|
.decode = raw_decode,
|
||||||
.priv_class = &rawdec_class,
|
.priv_class = &rawdec_class,
|
||||||
.capabilities = AV_CODEC_CAP_PARAM_CHANGE,
|
.capabilities = AV_CODEC_CAP_PARAM_CHANGE,
|
||||||
|
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user