mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-19 05:49:09 +02:00
avcodec/dvdsubdec: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
adf9dd1dec
commit
175f675f7b
@ -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…
x
Reference in New Issue
Block a user