summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/fixed.h
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2005-06-09 14:27:27 +0000
committerThom Johansen <thomj@rockbox.org>2005-06-09 14:27:27 +0000
commit8771bf230a867124a47b20ca21d18d8fe7321df9 (patch)
tree64e4639aa831cb22d3e4494c887e0d2b509e095e /apps/codecs/libmad/fixed.h
parentcc518c5f32daa7b40bc84fd1e98addefbb4f9d76 (diff)
downloadrockbox-8771bf230a867124a47b20ca21d18d8fe7321df9.tar.gz
rockbox-8771bf230a867124a47b20ca21d18d8fe7321df9.zip
Typo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6639 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmad/fixed.h')
-rw-r--r--apps/codecs/libmad/fixed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmad/fixed.h b/apps/codecs/libmad/fixed.h
index 7ccf1cb4ed..9d181a0c4e 100644
--- a/apps/codecs/libmad/fixed.h
+++ b/apps/codecs/libmad/fixed.h
@@ -439,7 +439,7 @@ mad_fixed_t mad_f_mul_inline(mad_fixed_t x, mad_fixed_t y)
439 hi; \ 439 hi; \
440}) 440})
441/* Define dummy mad_f_scale64 to prevent libmad from defining MAD_F_SCALEBITS 441/* Define dummy mad_f_scale64 to prevent libmad from defining MAD_F_SCALEBITS
442 below. Having MAD_F_SCALEBITS defined screws up the PRESHIFT macro in synth.h 442 below. Having MAD_F_SCALEBITS defined screws up the PRESHIFT macro in synth.c
443 */ 443 */
444#define mad_f_scale64(hi, lo) (lo) 444#define mad_f_scale64(hi, lo) (lo)
445 445