shithub: aacdec

Download patch

ref: c6050d407a25bfa81573cff01bdadb65ef6cfb5f
parent: f5c0a0d0448802ae1b2a1146f4b7171a64ef3309
author: menno <menno>
date: Wed Aug 14 08:12:42 EDT 2002

Forgot to rename function definition

--- a/libfaad/pns.h
+++ b/libfaad/pns.h
@@ -16,7 +16,7 @@
 ** along with this program; if not, write to the Free Software 
 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 **
-** $Id: pns.h,v 1.5 2002/06/13 11:03:28 menno Exp $
+** $Id: pns.h,v 1.6 2002/08/14 12:12:42 menno Exp $
 **/
 
 #ifndef __PNS_H__
@@ -35,7 +35,7 @@
 
 void pns_decode(ic_stream *ics, real_t *spec, uint16_t frame_len);
 
-static INLINE int32_t random2();
+static INLINE uint32_t random2();
 static void gen_rand_vector(real_t *spec, uint16_t scale_factor, uint16_t size);
 
 static INLINE uint8_t is_noise(ic_stream *ics, uint8_t group, uint8_t sfb)