mirror of https://github.com/FFmpeg/FFmpeg.git
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>release/7.1
parent
259234b46f
commit
267a763a55
1 changed files with 1 additions and 5 deletions
Loading…
Reference in new issue