mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/cljrdec: 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
a6bed40865
commit
b143f8c26a
|
@ -90,5 +90,6 @@ AVCodec ff_cljr_decoder = {
|
|||
.init = decode_init,
|
||||
.decode = decode_frame,
|
||||
.capabilities = AV_CODEC_CAP_DR1,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue