diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-15 20:56:22 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-24 11:35:03 +0100 |
commit | 16bb8247b45a51c06e27e8563d8a546f3dddc79e (patch) | |
tree | 9522fce749a98bb547e5e6292f804c25f0a8940d /libswresample | |
parent | ead313415037bbb94954a346a17796c0f741f790 (diff) | |
download | ffmpeg-16bb8247b45a51c06e27e8563d8a546f3dddc79e.tar.gz |
avcodec/mpegaudiodsp: Make initializing synth windows thread-safe
These arrays are used by the Musepack decoders, the MPEG audio decoders
as well as qdm2 and up until now, these arrays might be initialized more
than once, leading to potential data races as well as unnecessary
initializations. Therefore this commit ensures that each array will only
be initialized once.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libswresample')
0 files changed, 0 insertions, 0 deletions