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:
Andreas Rheinhardt 2020-11-30 13:59:27 +01:00
parent 980b5c3bb5
commit 5a4f0d9b94
1 changed files with 1 additions and 0 deletions

View File

@ -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,
};