Skip to content
Snippets Groups Projects
Commit 491c4a10 authored by Alex Beregszaszi's avatar Alex Beregszaszi
Browse files

warning fix

Originally committed as revision 3258 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d967e3b8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment