warning fix
authorAlex Beregszaszi <alex@rtfs.hu>
Sat, 26 Jun 2004 10:09:58 +0000 (10:09 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Sat, 26 Jun 2004 10:09:58 +0000 (10:09 +0000)
Originally committed as revision 3258 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegaudiodec.c

index f9cb389..4199691 100644 (file)
@@ -856,7 +856,7 @@ static void synth_filter(MPADecodeContext *s1,
 {
     int32_t tmp[32];
     register MPA_INT *synth_buf;
-    const register MPA_INT *w, *w2, *p;
+    register const MPA_INT *w, *w2, *p;
     int j, offset, v;
     int16_t *samples2;
 #if FRAC_BITS <= 15