mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
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/branches/1.4@65877 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -203,6 +203,7 @@ static struct ast_translator ilbctolin = {
|
||||
.sample = ilbctolin_sample,
|
||||
.desc_size = sizeof(struct ilbc_coder_pvt),
|
||||
.buf_size = BUFFER_SAMPLES * 2,
|
||||
.native_plc = 1,
|
||||
};
|
||||
|
||||
static struct ast_translator lintoilbc = {
|
||||
|
||||
Reference in New Issue
Block a user