[asterisk-commits] rmudgett: trunk r420007 - in /trunk: include/asterisk/ main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Aug 4 16:00:56 CDT 2014
Author: rmudgett
Date: Mon Aug 4 16:00:51 2014
New Revision: 420007
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=420007
Log:
Remove duplicate definitions of ast_format_vp8.
Modified:
trunk/include/asterisk/format_cache.h
trunk/main/format_cache.c
Modified: trunk/include/asterisk/format_cache.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/format_cache.h?view=diff&rev=420007&r1=420006&r2=420007
==============================================================================
--- trunk/include/asterisk/format_cache.h (original)
+++ trunk/include/asterisk/format_cache.h Mon Aug 4 16:00:51 2014
@@ -217,11 +217,6 @@
* \brief Built-in cached t140 red format.
*/
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.
Modified: trunk/main/format_cache.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/format_cache.c?view=diff&rev=420007&r1=420006&r2=420007
==============================================================================
--- trunk/main/format_cache.c (original)
+++ trunk/main/format_cache.c Mon Aug 4 16:00:51 2014
@@ -226,11 +226,6 @@
* \brief Built-in cached t140 red format.
*/
struct ast_format *ast_format_t140_red;
-
-/*!
- * \brief Built-in cached vp8 format.
- */
-struct ast_format *ast_format_vp8;
/*!
* \brief Built-in "null" format.
More information about the asterisk-commits
mailing list