Browse Source

avcodec/yuv4dec: Mark decoder as init-threadsafe

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Andreas Rheinhardt 5 years ago
parent
commit
13f10dc15e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/yuv4dec.c

+ 1
- 0
libavcodec/yuv4dec.c View File

@@ -81,4 +81,5 @@ AVCodec ff_yuv4_decoder = {
.init = yuv4_decode_init,
.decode = yuv4_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};

Loading…
Cancel
Save