Mercurial > libavcodec.hg
changeset 2100:8bf89660fffe libavcodec
warning fix
author | alex |
---|---|
date | Sat, 26 Jun 2004 10:09:58 +0000 |
parents | acc845e25a68 |
children | 770743eb4329 |
files | mpegaudiodec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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