summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudioenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-04-26 16:57:55 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-16 19:13:45 +0200
commit4d4c7f8ef0366e30c9a2a8e8107eda47a603a0b8 (patch)
tree6a2102c7ab4edb224d82bb08aace8fef5b3a5977 /libavcodec/mpegaudioenc.c
parent289c60001fb0a9a1d7a97c876d8a42b84c6874ac (diff)
Remove commented-out call to non-existing function print_pow1().
Diffstat (limited to 'libavcodec/mpegaudioenc.c')
-rw-r--r--libavcodec/mpegaudioenc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/mpegaudioenc.c b/libavcodec/mpegaudioenc.c
index ef265c905d..35a52ad571 100644
--- a/libavcodec/mpegaudioenc.c
+++ b/libavcodec/mpegaudioenc.c
@@ -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++) {
@@ -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],