0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/libobs/audio-monitoring/win32
Hans Petter Selasky 0e4ea14ba1 libobs: Implement and use better scaling function for 64-bit integers
As os_gettime_ns() gets large the current scaling methods, mostly by casting
to uint64_t, may lead to numerical overflows. Sweep the code and use
util_mul_div64() where applicable.

Signed-off-by: Hans Petter Selasky <hps@selasky.org>
2020-04-05 20:27:28 +02:00
..
wasapi-enum-devices.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
wasapi-output.c libobs: Implement and use better scaling function for 64-bit integers 2020-04-05 20:27:28 +02:00
wasapi-output.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00