[FFmpeg-soc] [soc]: r3106 - aac/aac.c

superdump subversion at mplayerhq.hu
Sun Aug 10 00:04:19 CEST 2008


Author: superdump
Date: Sun Aug 10 00:04:19 2008
New Revision: 3106

Log:
10l


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Sun Aug 10 00:04:19 2008
@@ -420,7 +420,7 @@ static int decode_audio_specific_config(
  *
  * @return  Returns a 32-bit pseudorandom integer
  */
-static always_inline int lcg_random(int previous_val) {
+static av_always_inline int lcg_random(int previous_val) {
     return previous_val * 1664525 + 1013904223;
 }
 



More information about the FFmpeg-soc mailing list