diff options
author | Thom Johansen <thomj@rockbox.org> | 2007-11-10 15:43:40 +0000 |
---|---|---|
committer | Thom Johansen <thomj@rockbox.org> | 2007-11-10 15:43:40 +0000 |
commit | a953e65dbde27ae550514dce3024c3b42f3364b7 (patch) | |
tree | 21bdd03f0f61fdca97547be892743fb2c36f7339 /apps/codecs | |
parent | d941ae242de27615fbd01b868fd2bf7a29f51bb6 (diff) |
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.c | 2 |
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 @@ #include "libspeex/speex/speex_config_types.h" #include "codeclib.h" -// Room for one stereo frame of max size, 2*640 +/* Room for one stereo frame of max size, 2*640 */ #define MAX_FRAME_SIZE 1280 #define CHUNKSIZE 10000 /*2kb*/ #define SEEK_CHUNKSIZE 7*CHUNKSIZE |