Skip to content

Commit

Permalink
Remove commented-out call to non-existing function print_pow1().
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDiego committed Jul 16, 2011
1 parent 289c600 commit 4d4c7f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libavcodec/mpegaudioenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ static void filter(MpegAudioContext *s, int ch, const short *samples, int incr)
int tmp1[32];
int *out;

// print_pow1(samples, 1152);

offset = s->samples_offset[ch];
out = &s->sb_samples[ch][0][0][0];
for(j=0;j<36;j++) {
Expand Down Expand Up @@ -360,8 +358,6 @@ static void filter(MpegAudioContext *s, int ch, const short *samples, int incr)
}
}
s->samples_offset[ch] = offset;

// print_pow(s->sb_samples, 1152);
}

static void compute_scale_factors(unsigned char scale_code[SBLIMIT],
Expand Down

0 comments on commit 4d4c7f8

Please sign in to comment.