]> git.sesse.net Git - ffmpeg/commit
avcodec/mpeg12: Make initializing VLCs thread-safe
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 23 Nov 2020 02:10:36 +0000 (03:10 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 31 Dec 2020 10:46:20 +0000 (11:46 +0100)
commit902e16d18356025506e6a084dcfb3c0eacf634da
tree92f6f024c97c93abdc9c7e5a710934fb8b7752bf
parent6e8fcd9c5624c1a89e49803de9e10562ace61b6a
avcodec/mpeg12: Make initializing VLCs thread-safe

This automatically makes the eamad, eatqi, ipu and mdec decoders
init-threadsafe; in addition to the actual mpeg[12]video decoders,
of course.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/eamad.c
libavcodec/eatqi.c
libavcodec/mdec.c
libavcodec/mpeg12.c
libavcodec/mpeg12dec.c