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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue