diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-18 01:08:02 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-04-19 13:18:04 +0200 |
commit | 267a763a55799a73453d90fc61d5fcf1ee7697d1 (patch) | |
tree | 349ee9ac3fa41d4f60e5fe21b6efb1d0d3e41447 /.gitattributes | |
parent | 259234b46ff867b42df27c7801012eace071e6ad (diff) | |
download | ffmpeg-267a763a55799a73453d90fc61d5fcf1ee7697d1.tar.gz |
avcodec/vp9: Replace atomic_store() by atomic_init()
This part of the code is not slice-threaded and they are
semantically an initialization, so use atomic_init()
instead of the potentially expensive atomic_store()
(which uses sequentially consistent memory ordering).
Also remove the initial initialization directly after
allocating this array.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions