diff src/aac/libfaad2/specrec.c @ 1188:22a470857579 trunk

- fix the bug that aac plugin had failed to get proper playtime length on AMD64. - fix typedef conflict. uint32_t isn't unsigned long on 64bit machines. - resolve all warnings. - unnecessary code has been removed.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Mon, 18 Jun 2007 21:53:26 +0900
parents e6c5fdae6e88
children f1b6f1b2cdb3
line wrap: on
line diff
--- a/src/aac/libfaad2/specrec.c	Mon Jun 18 15:15:32 2007 +0900
+++ b/src/aac/libfaad2/specrec.c	Mon Jun 18 21:53:26 2007 +0900
@@ -409,7 +409,7 @@
     }
 }
 
-/* iquant() *
+/* iquant() */
 /* output = sign(input)*abs(input)^(4/3) */
 /**/
 static INLINE real_t iquant(int16_t q, const real_t *tab, uint8_t *error)