summaryrefslogtreecommitdiffstats
path: root/src/pulse/sample.h
diff options
context:
space:
mode:
authorColin Guthrie <pulse@colin.guthr.ie>2008-07-30 23:43:45 +0100
committerColin Guthrie <pulse@colin.guthr.ie>2008-07-30 23:43:45 +0100
commitb30a5d601eaffd98914ca0b9fdecd863eade0b4f (patch)
tree2bf5dfaa46b8e1733311562dba299709a0a3228e /src/pulse/sample.h
parent0e1936fd56ad51509424f3eca06fe3a442b4dc9c (diff)
parent0b428e7cb1efdd7330b89a9855f08c45bfa98307 (diff)
Merge branch 'master' of git://git.0pointer.de/pulseaudio
Diffstat (limited to 'src/pulse/sample.h')
-rw-r--r--src/pulse/sample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/sample.h b/src/pulse/sample.h
index 1ba3f871..2680cf7e 100644
--- a/src/pulse/sample.h
+++ b/src/pulse/sample.h
@@ -52,7 +52,7 @@
* \li PA_SAMPLE_S32LE - Signed 32 bit integer PCM, little endian.
* \li PA_SAMPLE_S32BE - Signed 32 bit integer PCM, big endian.
*
- * The floating point sample formats have the range from -1 to 1.
+ * The floating point sample formats have the range from -1.0 to 1.0.
*
* The sample formats that are sensitive to endianness have convenience
* macros for native endian (NE), and reverse endian (RE).