Merge "Update support for SILK format." into 13

This commit is contained in:
zuul
2016-07-14 18:54:51 -05:00
committed by Gerrit Code Review
5 changed files with 134 additions and 31 deletions

View File

@@ -223,6 +223,14 @@ extern struct ast_format *ast_format_t140_red;
*/
extern struct ast_format *ast_format_none;
/*!
* \brief Built-in SILK format.
*/
extern struct ast_format *ast_format_silk8;
extern struct ast_format *ast_format_silk12;
extern struct ast_format *ast_format_silk16;
extern struct ast_format *ast_format_silk24;
/*!
* \brief Initialize format cache support within the core.
*