avcodec/rawdec: Mark decoder as init-threadsafe

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/362/head
Andreas Rheinhardt 4 years ago
parent 9e1f7e2086
commit 4848a7abff
  1. 1
      libavcodec/rawdec.c

@ -492,4 +492,5 @@ const AVCodec ff_rawvideo_decoder = {
.decode = raw_decode,
.priv_class = &rawdec_class,
.capabilities = AV_CODEC_CAP_PARAM_CHANGE,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};

Loading…
Cancel
Save