mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue