From: Richard Mudgett Date: Mon, 4 Aug 2014 21:00:51 +0000 (+0000) Subject: Remove duplicate definitions of ast_format_vp8. X-Git-Tag: 13.0.0-beta1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2d8fce2a3b2b07a7b8e32bfc1228738fb637c19;p=thirdparty%2Fasterisk.git Remove duplicate definitions of ast_format_vp8. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@420007 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/format_cache.h b/include/asterisk/format_cache.h index e0744054e7..9f4e06a23e 100644 --- a/include/asterisk/format_cache.h +++ b/include/asterisk/format_cache.h @@ -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. */ diff --git a/main/format_cache.c b/main/format_cache.c index c170a76f9a..f7b07761a9 100644 --- a/main/format_cache.c +++ b/main/format_cache.c @@ -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. */