[pulseaudio-commits] src/pulsecore
Arun Raghavan
arun at kemper.freedesktop.org
Tue Jan 10 23:49:36 PST 2012
src/pulsecore/svolume.orc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 51d05b98ff8c24d043615537f38ee77820f80a6d
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date: Wed Jan 11 13:18:20 2012 +0530
orc: Another trivial documentation fix
diff --git a/src/pulsecore/svolume.orc b/src/pulsecore/svolume.orc
index d0041f3..0edbefb 100644
--- a/src/pulsecore/svolume.orc
+++ b/src/pulsecore/svolume.orc
@@ -37,7 +37,7 @@
# else
# ml = | 0 | (s*vl) >> 16 | (unsigned)
#
-# vh = | v >> 16 | (signed, but value is always signed
+# vh = | v >> 16 | (signed, but sign bit is always zero
# since PA_VOLUME_MAX is 0x0fffffff)
# mh = | (s * vh) >> 16 | (signed)
# ml = | ml + mh | (signed)
More information about the pulseaudio-commits
mailing list