Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-11-27 16:00:32 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-05-02 03:33:28 +0300
commit3e732426d183e84d4b2d9153443797ff50494cb2 (patch)
tree8ac52c516713c9345e6c3fb7be5df15bfc32b6e2 /libavcodec/rpza.c
parent837ee53724564374c2c752fe5f02027639e5efb2 (diff)
avcodec/rpza: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/rpza.c')
-rw-r--r--libavcodec/rpza.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c
index a9aeac59fe..270cfcc979 100644
--- a/libavcodec/rpza.c
+++ b/libavcodec/rpza.c
@@ -296,4 +296,5 @@ const AVCodec ff_rpza_decoder = {
.close = rpza_decode_end,
.decode = rpza_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
+ .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};