On Mon, Mar 12, 2012 at 10:42 PM, malc <av1...@comtv.ru> wrote: > nominal_volume.[lr] is int64_t... i don't get where you take this ^32 > from.
from where it is defined, audio/audio.c: const struct mixeng_volume nominal_volume = { .mute = 0, #ifdef FLOAT_MIXENG .r = 1.0, .l = 1.0, #else .r = 1ULL << 32, .l = 1ULL << 32, #endif }; -- Marc-André Lureau