avcodec/dvdsubdec: Mark decoder as init-threadsafe

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/362/head
Andreas Rheinhardt 4 years ago
parent adf9dd1dec
commit 175f675f7b
  1. 1
      libavcodec/dvdsubdec.c

@ -764,4 +764,5 @@ const AVCodec ff_dvdsub_decoder = {
.decode = dvdsub_decode,
.flush = dvdsub_flush,
.priv_class = &dvdsub_class,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};

Loading…
Cancel
Save