mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Remove duplicate definitions of ast_format_vp8.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@420007 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -218,11 +218,6 @@ extern struct ast_format *ast_format_t140;
|
|||||||
*/
|
*/
|
||||||
extern struct ast_format *ast_format_t140_red;
|
extern struct ast_format *ast_format_t140_red;
|
||||||
|
|
||||||
/*!
|
|
||||||
* \brief Built-in cached vp8 format.
|
|
||||||
*/
|
|
||||||
extern struct ast_format *ast_format_vp8;
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Built-in "null" format.
|
* \brief Built-in "null" format.
|
||||||
*/
|
*/
|
||||||
|
@@ -227,11 +227,6 @@ struct ast_format *ast_format_t140;
|
|||||||
*/
|
*/
|
||||||
struct ast_format *ast_format_t140_red;
|
struct ast_format *ast_format_t140_red;
|
||||||
|
|
||||||
/*!
|
|
||||||
* \brief Built-in cached vp8 format.
|
|
||||||
*/
|
|
||||||
struct ast_format *ast_format_vp8;
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Built-in "null" format.
|
* \brief Built-in "null" format.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user