Fix silly cut an pasting of comments.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12391 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Paul Louden 2007-02-18 09:28:26 +00:00
parent 4594c05925
commit 5fd4c15e2a

View file

@ -54,13 +54,13 @@ CODEC_HEADER
/* Disable echo processing */
#define SPC_NOECHO 1
#else
/* Cache BRR waves */
#define SPC_BRRCACHE 0
/* Disable gaussian interpolation */
/* Don't cache BRR waves */
#define SPC_BRRCACHE 0
/* Allow gaussian interpolation */
#define SPC_NOINTERP 0
/* Disable echo processing */
/* Allow echo processing */
#define SPC_NOECHO 0
#endif