summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-07-24 17:01:50 +0000
committerAlex Converse <alex.converse@gmail.com>2010-07-24 17:01:50 +0000
commit031d5cea047bc7f19c28476001c40614429f0fa2 (patch)
tree936600e3b2e8fe78f121cf3dd060f0cdb590d757 /libavcodec/aaccoder.c
parentfe461767e69b4f1b63a8e619e9b88e5f790bf60b (diff)
10l: Remove some commented out code that slipped in.
Originally committed as revision 24483 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aaccoder.c')
-rw-r--r--libavcodec/aaccoder.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/aaccoder.c b/libavcodec/aaccoder.c
index 919f9ffa54..5ba9848319 100644
--- a/libavcodec/aaccoder.c
+++ b/libavcodec/aaccoder.c
@@ -817,7 +817,6 @@ static void search_for_quantizers_twoloop(AVCodecContext *avctx,
if (sce->sf_idx[w*16+g] != prevsc)
fflag = 1;
sce->band_type[w*16+g] = find_min_book(find_max_val(sce->ics.group_len[w], sce->ics.swb_sizes[g], scaled), sce->sf_idx[w*16+g]);
-//av_log(NULL, AV_LOG_ERROR, "w %d swb %2d sf %3d bt %2d dist %f uplim %f ratio %f\n", w, g, sce->sf_idx[w*16+g], sce->band_type[w*16+g], dists[w*16+g], uplims[w*16+g], dists[w*16+g]/uplims[w*16+g]);
start += sce->ics.swb_sizes[g];
}
}