Re: [FFmpeg-devel] [PATCH 03/39] avcodec/mpeg12: Make initializing VLCs thread-safe

2020-12-30 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2020-12-10 12:16:21) > This automatically makes the eamad, eatqi, ipu and mdec decoders > init-threadsafe; in addition to the actual mpeg[12]video decoders, > of course. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/eamad.c | 1 + > libavcodec/eatqi.c

[FFmpeg-devel] [PATCH 03/39] avcodec/mpeg12: Make initializing VLCs thread-safe

2020-12-10 Thread Andreas Rheinhardt
This automatically makes the eamad, eatqi, ipu and mdec decoders init-threadsafe; in addition to the actual mpeg[12]video decoders, of course. Signed-off-by: Andreas Rheinhardt --- libavcodec/eamad.c | 1 + libavcodec/eatqi.c | 1 + libavcodec/mdec.c | 1 + libavcodec/mpeg12.c