mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/y41pdec: Mark decoder as init-threadsafe
Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
c53f39abc3
commit
b509692c62
|
@ -89,4 +89,5 @@ AVCodec ff_y41p_decoder = {
|
|||
.init = y41p_decode_init,
|
||||
.decode = y41p_decode_frame,
|
||||
.capabilities = AV_CODEC_CAP_DR1,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue