Skip to content

time-smoother-2: Fix integer type problem

Georg Chini requested to merge gchini/pulseaudio:smoother_fix into master

The byte_count argument of pa_smoother_2_get_delay() was defined as size_t which lead to overflow problems on 32-bit architectures. Changed type to uint_64.

Merge request reports