mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "Update support for SILK format." into 13
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user