Commit 4d4c7f8e authored by Diego Biurrun's avatar Diego Biurrun

Remove commented-out call to non-existing function print_pow1().

parent 289c6000
...@@ -315,8 +315,6 @@ static void filter(MpegAudioContext *s, int ch, const short *samples, int incr) ...@@ -315,8 +315,6 @@ static void filter(MpegAudioContext *s, int ch, const short *samples, int incr)
int tmp1[32]; int tmp1[32];
int *out; int *out;
// print_pow1(samples, 1152);
offset = s->samples_offset[ch]; offset = s->samples_offset[ch];
out = &s->sb_samples[ch][0][0][0]; out = &s->sb_samples[ch][0][0][0];
for(j=0;j<36;j++) { for(j=0;j<36;j++) {
...@@ -360,8 +358,6 @@ static void filter(MpegAudioContext *s, int ch, const short *samples, int incr) ...@@ -360,8 +358,6 @@ static void filter(MpegAudioContext *s, int ch, const short *samples, int incr)
} }
} }
s->samples_offset[ch] = offset; s->samples_offset[ch] = offset;
// print_pow(s->sb_samples, 1152);
} }
static void compute_scale_factors(unsigned char scale_code[SBLIMIT], static void compute_scale_factors(unsigned char scale_code[SBLIMIT],
......
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