mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
revert changes that were the wrong way to address this... proper fix coming
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46713 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -108,7 +108,6 @@ struct ast_translator {
|
||||
struct ast_module *module; /* opaque reference to the parent module */
|
||||
|
||||
int cost; /*!< Cost in milliseconds for encoding/decoding 1 second of sound */
|
||||
int seen; /*!< If we have seen this translator before (optimize re-registration) */
|
||||
AST_LIST_ENTRY(ast_translator) list; /*!< link field */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user