1
0
Fork 0
forked from len0rd/rockbox

Remove C++ style comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15556 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2007-11-10 15:43:40 +00:00
parent d941ae242d
commit a953e65dbd

View file

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