comparison mpegaudiodec.c @ 11889:b9f69606a094 libavcodec

Fix breakage in compilation with --disable-mpegaudio-hp introduced in r23646.
author vitor
date Sun, 20 Jun 2010 13:00:24 +0000
parents 0e777af9160a
children f881e8f699f4
comparison
equal deleted inserted replaced
11888:f4100e794063 11889:b9f69606a094
924 { 924 {
925 register MPA_INT *synth_buf; 925 register MPA_INT *synth_buf;
926 int offset; 926 int offset;
927 #if FRAC_BITS <= 15 927 #if FRAC_BITS <= 15
928 int32_t tmp[32]; 928 int32_t tmp[32];
929 int j;
929 #endif 930 #endif
930 931
931 offset = *synth_buf_offset; 932 offset = *synth_buf_offset;
932 synth_buf = synth_buf_ptr + offset; 933 synth_buf = synth_buf_ptr + offset;
933 934