summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/speex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/speex.c b/apps/codecs/speex.c
index 2cd547a84d..724160b152 100644
--- a/apps/codecs/speex.c
+++ b/apps/codecs/speex.c
@@ -26,7 +26,7 @@
26#include "libspeex/speex/speex_config_types.h" 26#include "libspeex/speex/speex_config_types.h"
27#include "codeclib.h" 27#include "codeclib.h"
28 28
29// Room for one stereo frame of max size, 2*640 29/* Room for one stereo frame of max size, 2*640 */
30#define MAX_FRAME_SIZE 1280 30#define MAX_FRAME_SIZE 1280
31#define CHUNKSIZE 10000 /*2kb*/ 31#define CHUNKSIZE 10000 /*2kb*/
32#define SEEK_CHUNKSIZE 7*CHUNKSIZE 32#define SEEK_CHUNKSIZE 7*CHUNKSIZE