diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-04 07:43:59 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-09 09:39:09 +0100 |
commit | e60debb93efc0bb76475682bc26e7a0645241e2f (patch) | |
tree | 1b524d1d16901340c52c504e67a7d4dcf33b8eac /libavcodec/vp9data.h | |
parent | 938251c878d46aef001da2527fb7234b9f2f83ea (diff) | |
download | ffmpeg-e60debb93efc0bb76475682bc26e7a0645241e2f.tar.gz |
avcodec/bitstream: Don't pretend VLCs to be initialized concurrently
Since the MPEG-4 parser no longer initializes some MPEG-4 VLCs,
no VLC is initialized concurrently by multiple threads
(initializing static VLCs is guarded by locks and nonstatic VLCs
never posed an issue in this regard). So remove the code
in bitstream.c that only exists because of this possibility.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/vp9data.h')
0 files changed, 0 insertions, 0 deletions