summaryrefslogtreecommitdiff
path: root/include/asterisk/format_cap.h
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2015-11-10 14:58:17 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-11-10 14:58:18 -0600
commit0be147f713fba069c403be561dd658799bae2a18 (patch)
treec01b34e14738a42fb3c4936602f45177a69019b6 /include/asterisk/format_cap.h
parent02a124eda58808fc50418cbb2217772e47e440e4 (diff)
parentcf79b627789e2c6434419b71508a296c9ee90539 (diff)
Merge "ast_format_cap_get_names: To display all formats, the buffer was increased."
Diffstat (limited to 'include/asterisk/format_cap.h')
-rw-r--r--include/asterisk/format_cap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asterisk/format_cap.h b/include/asterisk/format_cap.h
index e422cc609..8b69e08b1 100644
--- a/include/asterisk/format_cap.h
+++ b/include/asterisk/format_cap.h
@@ -310,6 +310,11 @@ int ast_format_cap_has_type(const struct ast_format_cap *cap, enum ast_media_typ
*/
const char *ast_format_cap_get_names(struct ast_format_cap *cap, struct ast_str **buf);
+#ifndef AST_FORMAT_CAP_NAMES_LEN
+/*! Buffer size for callers of ast_format_cap_get_names to allocate. */
+#define AST_FORMAT_CAP_NAMES_LEN 384
+#endif
+
/*!
* \brief Determine if a format cap has no formats in it.
*