You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/qtrle: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
committed by
Andreas Rheinhardt
parent
032100687a
commit
b1f721f35c
@@ -592,4 +592,5 @@ const AVCodec ff_qtrle_decoder = {
|
|||||||
.decode = qtrle_decode_frame,
|
.decode = qtrle_decode_frame,
|
||||||
.flush = qtrle_decode_flush,
|
.flush = qtrle_decode_flush,
|
||||||
.capabilities = AV_CODEC_CAP_DR1,
|
.capabilities = AV_CODEC_CAP_DR1,
|
||||||
|
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user