mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
core: Add VP9 passthrough support.
This change adds VP9 as a known codec and creates a cached "vp9" media format for use. Change-Id: I025a93ed05cf96153d66f36db1839109cc24c5cc
This commit is contained in:
@@ -183,6 +183,11 @@ extern struct ast_format *ast_format_mp4;
|
||||
*/
|
||||
extern struct ast_format *ast_format_vp8;
|
||||
|
||||
/*!
|
||||
* \brief Built-in cached vp9 format.
|
||||
*/
|
||||
extern struct ast_format *ast_format_vp9;
|
||||
|
||||
/*!
|
||||
* \brief Built-in cached jpeg format.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user