mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
increase PA_CVOLUME_SNPRINT_MAX to a proper value and document that it is not considered part of the ABI
This commit is contained in:
parent
bde142c237
commit
28af9944fe
3 changed files with 16 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue