[FFmpeg-soc] [soc]: r4809 - wmapro/wmaprodec.c

faust3 subversion at mplayerhq.hu
Sun Jul 26 14:15:19 CEST 2009


Author: faust3
Date: Sun Jul 26 14:15:19 2009
New Revision: 4809

Log:
prefix window function with wmapro

Modified:
   wmapro/wmaprodec.c

Modified: wmapro/wmaprodec.c
==============================================================================
--- wmapro/wmaprodec.c	Sun Jul 26 14:08:47 2009	(r4808)
+++ wmapro/wmaprodec.c	Sun Jul 26 14:15:19 2009	(r4809)
@@ -1082,7 +1082,7 @@ static void inverse_channel_transform(WM
  *@brief Apply sine window and reconstruct the output buffer.
  *@param s codec context
  */
-static void window(WMA3DecodeContext *s)
+static void wmapro_window(WMA3DecodeContext *s)
 {
     int i;
     for (i=0;i<s->channels_for_cur_subframe;i++) {
@@ -1334,7 +1334,7 @@ static int decode_subframe(WMA3DecodeCon
     }
 
     /** window and overlapp-add */
-    window(s);
+    wmapro_window(s);
 
     /** handled one subframe */
     for (i=0;i<s->channels_for_cur_subframe;i++) {


More information about the FFmpeg-soc mailing list