From: Alex Beregszaszi Date: Sat, 26 Jun 2004 10:09:58 +0000 (+0000) Subject: warning fix X-Git-Tag: v0.5~14936 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=491c4a1005fe0d8e2d687140a6e92822af3fa373;p=platform%2Fupstream%2Flibav.git warning fix Originally committed as revision 3258 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index f9cb389..4199691 100644 --- a/libavcodec/mpegaudiodec.c +++ b/libavcodec/mpegaudiodec.c @@ -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