Commit 296dee87 authored by alex's avatar alex

warning fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3258 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5d494037
...@@ -856,7 +856,7 @@ static void synth_filter(MPADecodeContext *s1, ...@@ -856,7 +856,7 @@ static void synth_filter(MPADecodeContext *s1,
{ {
int32_t tmp[32]; int32_t tmp[32];
register MPA_INT *synth_buf; register MPA_INT *synth_buf;
const register MPA_INT *w, *w2, *p; register const MPA_INT *w, *w2, *p;
int j, offset, v; int j, offset, v;
int16_t *samples2; int16_t *samples2;
#if FRAC_BITS <= 15 #if FRAC_BITS <= 15
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment