Merge "core: Add H.265/HEVC passthrough support" into 16

This commit is contained in:
Joshua Colp
2019-09-19 06:34:07 -05:00
committed by Gerrit Code Review
6 changed files with 30 additions and 0 deletions

View File

@@ -173,6 +173,11 @@ extern struct ast_format *ast_format_h263p;
*/
extern struct ast_format *ast_format_h264;
/*!
* \brief Built-in cached h265 format.
*/
extern struct ast_format *ast_format_h265;
/*!
* \brief Built-in cached mp4 format.
*/