comparison mpegaudiodec.c @ 2100:8bf89660fffe libavcodec

warning fix
author alex
date Sat, 26 Jun 2004 10:09:58 +0000
parents 141a9539e270
children 26560d4fdb1f
comparison
equal deleted inserted replaced
2099:acc845e25a68 2100:8bf89660fffe
854 int ch, int16_t *samples, int incr, 854 int ch, int16_t *samples, int incr,
855 int32_t sb_samples[SBLIMIT]) 855 int32_t sb_samples[SBLIMIT])
856 { 856 {
857 int32_t tmp[32]; 857 int32_t tmp[32];
858 register MPA_INT *synth_buf; 858 register MPA_INT *synth_buf;
859 const register MPA_INT *w, *w2, *p; 859 register const MPA_INT *w, *w2, *p;
860 int j, offset, v; 860 int j, offset, v;
861 int16_t *samples2; 861 int16_t *samples2;
862 #if FRAC_BITS <= 15 862 #if FRAC_BITS <= 15
863 int sum, sum2; 863 int sum, sum2;
864 #else 864 #else