summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2007-11-10 15:43:40 +0000
committerThom Johansen <thomj@rockbox.org>2007-11-10 15:43:40 +0000
commita953e65dbde27ae550514dce3024c3b42f3364b7 (patch)
tree21bdd03f0f61fdca97547be892743fb2c36f7339 /apps/codecs
parentd941ae242de27615fbd01b868fd2bf7a29f51bb6 (diff)
downloadrockbox-a953e65dbde27ae550514dce3024c3b42f3364b7.tar.gz
rockbox-a953e65dbde27ae550514dce3024c3b42f3364b7.zip
Remove C++ style comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15556 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
-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