summaryrefslogtreecommitdiffstats
path: root/src/pulse/sample.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-03 17:45:55 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-03 17:45:55 +0200
commit28af9944fe0560229efdcf9f0180568fd5a444c3 (patch)
treed84e8e7cdc01f586a75669e26258f83d782df9d5 /src/pulse/sample.h
parentbde142c237924870e9b09d09d5d2a7186de2e249 (diff)
increase PA_CVOLUME_SNPRINT_MAX to a proper value and document that it is not considered part of the ABI
Diffstat (limited to 'src/pulse/sample.h')
-rw-r--r--src/pulse/sample.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pulse/sample.h b/src/pulse/sample.h
index 0053bf0a..3c7dd0e7 100644
--- a/src/pulse/sample.h
+++ b/src/pulse/sample.h
@@ -249,7 +249,11 @@ const char *pa_sample_format_to_string(pa_sample_format_t f) PA_GCC_PURE;
/** Parse a sample format text. Inverse of pa_sample_format_to_string() */
pa_sample_format_t pa_parse_sample_format(const char *format) PA_GCC_PURE;
-/** Maximum required string length for pa_sample_spec_snprint() */
+/** Maximum required string length for
+ * pa_sample_spec_snprint(). Please note that this value can change
+ * with any release without warning and without being considered API
+ * or ABI breakage. You should not use this definition anywhere where
+ * it might become part of an ABI. */
#define PA_SAMPLE_SPEC_SNPRINT_MAX 32
/** Pretty print a sample type specification to a string */