From 4aaa1d1ec1379895111fc7f6eccdd1d9eda5b850 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 24 May 2007 15:28:29 +0000 Subject: Merged revisions 65877 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r65877 | qwell | 2007-05-24 11:14:02 -0400 (Thu, 24 May 2007) | 4 lines Fix handling of zero-length frames when a codec is capable of native PLC. Issue 9183, patch by Mihai. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@65903 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/translate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asterisk/translate.h') diff --git a/include/asterisk/translate.h b/include/asterisk/translate.h index 5e28c6236..ec939e6b5 100644 --- a/include/asterisk/translate.h +++ b/include/asterisk/translate.h @@ -104,6 +104,7 @@ struct ast_translator { 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 */ -- cgit v1.2.3