summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMustapha Senhaji <moos@rockbox.org>2007-10-18 21:23:31 +0000
committerMustapha Senhaji <moos@rockbox.org>2007-10-18 21:23:31 +0000
commit2f2410eb6d57f8dee616587d785c5286ad5593c4 (patch)
treec1dc98fa6bfca77d330b84b60915367effaf8dfa
parent7189d24cd82a478029e2449327e8531d201ff005 (diff)
downloadrockbox-2f2410eb6d57f8dee616587d785c5286ad5593c4.tar.gz
rockbox-2f2410eb6d57f8dee616587d785c5286ad5593c4.zip
Just fix a typo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15192 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/mpegplayer/idct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/idct.c b/apps/plugins/mpegplayer/idct.c
index de192e3549..1cd1d91990 100644
--- a/apps/plugins/mpegplayer/idct.c
+++ b/apps/plugins/mpegplayer/idct.c
@@ -48,7 +48,7 @@ extern void mpeg2_idct_copy_arm(int16_t * block, uint8_t * dest,
48extern void mpeg2_idct_add_arm(const int last, int16_t * block, 48extern void mpeg2_idct_add_arm(const int last, int16_t * block,
49 uint8_t * dest, const int stride); 49 uint8_t * dest, const int stride);
50 50
51#else /* !CPU_COLDFIE, !CPU_ARM */ 51#else /* !CPU_COLDFIRE, !CPU_ARM */
52 52
53#define W1 2841 /* 2048 * sqrt (2) * cos (1 * pi / 16) */ 53#define W1 2841 /* 2048 * sqrt (2) * cos (1 * pi / 16) */
54#define W2 2676 /* 2048 * sqrt (2) * cos (2 * pi / 16) */ 54#define W2 2676 /* 2048 * sqrt (2) * cos (2 * pi / 16) */