warning fix

Originally committed as revision 3258 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2004-06-26 10:09:58 +00:00
parent d967e3b8a5
commit 491c4a1005
1 changed files with 1 additions and 1 deletions

View 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