mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Remove unnecessary code relating to PLC.
The logic for handling generic PLC is now handled in ast_write in channel.c instead of in translation code. Review: https://reviewboard.asterisk.org/r/683/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267492 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -105,8 +105,6 @@ struct ast_translator {
|
||||
int buf_size;
|
||||
|
||||
int desc_size; /*!< size of private descriptor in pvt->pvt, if any */
|
||||
int plc_samples; /*!< set to the plc block size if used, 0 otherwise */
|
||||
int useplc; /*!< current status of plc, changed at runtime */
|
||||
int native_plc; /*!< true if the translator can do native plc */
|
||||
|
||||
struct ast_module *module; /*!< opaque reference to the parent module */
|
||||
|
Reference in New Issue
Block a user