[FFmpeg-cvslog] r24483 - trunk/libavcodec/aaccoder.c
alexc
subversion
Sat Jul 24 19:01:50 CEST 2010
Author: alexc
Date: Sat Jul 24 19:01:50 2010
New Revision: 24483
Log:
10l: Remove some commented out code that slipped in.
Modified:
trunk/libavcodec/aaccoder.c
Modified: trunk/libavcodec/aaccoder.c
==============================================================================
--- trunk/libavcodec/aaccoder.c Sat Jul 24 18:36:01 2010 (r24482)
+++ trunk/libavcodec/aaccoder.c Sat Jul 24 19:01:50 2010 (r24483)
@@ -817,7 +817,6 @@ static void search_for_quantizers_twoloo
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];
}
}
More information about the ffmpeg-cvslog
mailing list