fixed rate correction to not include 16 bit dr

This commit is contained in:
Dhanya Maliakal
2016-08-08 15:52:09 +02:00
parent 6a87d9e40a
commit 56aaaaf182
8 changed files with 129 additions and 80 deletions

View File

@ -37,7 +37,7 @@ extern int differentClients;
extern int *ram_values;
char *dataretval=NULL;
int nframes, iframes, dataret;
char mess[1000];
char mess[MAX_STR_LENGTH];