Commit 175f675f authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/dvdsubdec: Mark decoder as init-threadsafe

Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent adf9dd1d
......@@ -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,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment