Skip to content
Snippets Groups Projects
Commit e2d8fce2 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

Remove duplicate definitions of ast_format_vp8.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@420007 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ca725e1c
No related branches found
No related tags found
No related merge requests found
......@@ -218,11 +218,6 @@ extern struct ast_format *ast_format_t140;
*/
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.
*/
......
......@@ -227,11 +227,6 @@ struct ast_format *ast_format_t140;
*/
struct ast_format *ast_format_t140_red;
/*!
* \brief Built-in cached vp8 format.
*/
struct ast_format *ast_format_vp8;
/*!
* \brief Built-in "null" format.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment