DTX: extend SID cache

In addition to RTP payload SID cache got to store CMR/CMI prefix. Extend
the buffer so it can fit in.

Change-Id: Ibd4a63604a82cad3ce65f0752bffefa4b083e1b3
Fixes: Coverity CID#149508
This commit is contained in:
Max 2016-10-04 11:06:05 +02:00 committed by Harald Welte
parent 3316397921
commit 63c18ca791
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ struct gsm_lchan {
struct {
struct amr_multirate_conf amr_mr;
struct {
uint8_t buf[16];
uint8_t buf[18];
uint8_t len;
uint32_t fn;
bool is_update;