Mercurial > libavcodec.hg
changeset 12264:aff96d44f992 libavcodec
10l: Remove some commented out code that slipped in.
author | alexc |
---|---|
date | Sat, 24 Jul 2010 17:01:50 +0000 |
parents | c7c07caedd2f |
children | b120f1854e35 |
files | aaccoder.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/aaccoder.c Sat Jul 24 16:36:01 2010 +0000 +++ b/aaccoder.c Sat Jul 24 17:01:50 2010 +0000 @@ -817,7 +817,6 @@ 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]; } }