mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 17:55:21 +00: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:
parent
b143f8c26a
commit
c53f39abc3
@ -274,4 +274,5 @@ AVCodec ff_yop_decoder = {
|
||||
.init = yop_decode_init,
|
||||
.close = yop_decode_close,
|
||||
.decode = yop_decode_frame,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user