Fixes an encoder bugg when requesting a CBR rate over the allowable limit
This commit is contained in:
parent
11785e92c3
commit
66c612ef43
4 changed files with 4 additions and 4 deletions
|
@ -39,8 +39,6 @@
|
|||
#include "modes.h"
|
||||
#include "silk_API.h"
|
||||
|
||||
#define MAX_PACKET (1275)
|
||||
|
||||
/* Make sure everything's aligned to 4 bytes (this may need to be increased
|
||||
on really weird architectures) */
|
||||
static inline int align(int i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue