Fixes an encoder bugg when requesting a CBR rate over the allowable limit

This commit is contained in:
Jean-Marc Valin 2011-08-15 14:08:57 -04:00
parent 11785e92c3
commit 66c612ef43
4 changed files with 4 additions and 4 deletions

View file

@ -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)