summaryrefslogtreecommitdiffstats
path: root/src/pulse/sample.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-21 18:55:17 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-21 18:55:17 +0200
commitc1f9f95fa2bbd9ea93d7e32c095626ace7b5d6f9 (patch)
tree30c4bdc6ef547c0b1018b9d1f9049c88d27e2aba /src/pulse/sample.h
parentd0530b035904eb227cf3d89798c4b23f3f860f11 (diff)
prepare doxygen docs for 0.9.11
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).