From cf79b627789e2c6434419b71508a296c9ee90539 Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Mon, 9 Nov 2015 10:01:41 +0100 Subject: ast_format_cap_get_names: To display all formats, the buffer was increased. ASTERISK-25533 #close Change-Id: Ie1a9d1a6511b3f1a56b93d04475fbf8a4e40010a --- include/asterisk/format_cap.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/asterisk') 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. * -- cgit v1.2.3