mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-13 20:44:38 +08:00
avcodec/yop: 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:
@@ -274,4 +274,5 @@ AVCodec ff_yop_decoder = {
|
|||||||
.init = yop_decode_init,
|
.init = yop_decode_init,
|
||||||
.close = yop_decode_close,
|
.close = yop_decode_close,
|
||||||
.decode = yop_decode_frame,
|
.decode = yop_decode_frame,
|
||||||
|
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user