Merge "codecs: Fix ABI incompatibility created by adding format_name to ast_codec"

This commit is contained in:
zuul
2016-06-29 12:24:14 -05:00
committed by Gerrit Code Review
3 changed files with 52 additions and 21 deletions

View File

@@ -77,8 +77,6 @@ struct ast_codec {
unsigned int smooth;
/*! \brief The module that registered this codec */
struct ast_module *mod;
/*! \brief A format name for a default sane format using this codec */
const char *format_name;
};
/*!