mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/cpia: Mark decoder as init-threadsafe
Reviewed-by: Stephan Hilb <stephan@ecshi.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
980b5c3bb5
commit
5a4f0d9b94
|
@ -230,4 +230,5 @@ AVCodec ff_cpia_decoder = {
|
|||
.close = cpia_decode_end,
|
||||
.decode = cpia_decode_frame,
|
||||
.capabilities = AV_CODEC_CAP_DR1,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue