avcodec/qtrle: Mark decoder as init-threadsafe

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2020-11-30 23:09:52 +01:00 committed by Andreas Rheinhardt
parent 032100687a
commit b1f721f35c
1 changed files with 1 additions and 0 deletions

View File

@ -592,4 +592,5 @@ const AVCodec ff_qtrle_decoder = {
.decode = qtrle_decode_frame,
.flush = qtrle_decode_flush,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};