Browse Source

avcodec/pafvideo: Mark decoder as init-threadsafe

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Andreas Rheinhardt 5 years ago
parent
commit
54135a0bd2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/pafvideo.c

+ 1
- 0
libavcodec/pafvideo.c View File

@@ -419,4 +419,5 @@ AVCodec ff_paf_video_decoder = {
.close = paf_video_close,
.decode = paf_video_decode,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};

Loading…
Cancel
Save