mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
64aeb4273d
they were meant to be immutable. imported in swift as mutable pointer, which leads to errors with the strict concurrency in swift 6. make the pointers const.