diff mpegaudiodec.c @ 2100:8bf89660fffe libavcodec

warning fix
author alex
date Sat, 26 Jun 2004 10:09:58 +0000
parents 141a9539e270
children 26560d4fdb1f
line wrap: on
line diff
--- a/mpegaudiodec.c	Sat Jun 26 10:09:42 2004 +0000
+++ b/mpegaudiodec.c	Sat Jun 26 10:09:58 2004 +0000
@@ -856,7 +856,7 @@
 {
     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