mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-06 13:28:23 -05:00
The enum members being getting the bitwise or here are from different enums, and bitwise operations on members from different enums are deprecated in C++20. kAudioFormatFlagsNativeFloatPacked is the equivalent value (see its defintion), but removes the manual bitwise or.
35 KiB
35 KiB