[FFmpeg-cvslog] r19472 - trunk/libavcodec/aaccoder.c

alexc subversion
Mon Jul 20 22:32:27 CEST 2009


Author: alexc
Date: Mon Jul 20 22:32:27 2009
New Revision: 19472

Log:
Actually use all the codebooks we are iterating over in the two-loop scalefactor search.

Modified:
   trunk/libavcodec/aaccoder.c

Modified: trunk/libavcodec/aaccoder.c
==============================================================================
--- trunk/libavcodec/aaccoder.c	Mon Jul 20 21:00:59 2009	(r19471)
+++ trunk/libavcodec/aaccoder.c	Mon Jul 20 22:32:27 2009	(r19472)
@@ -690,7 +690,7 @@ static void search_for_quantizers_twoloo
                                                        scaled + w2*128,
                                                        sce->ics.swb_sizes[g],
                                                        sce->sf_idx[w*16+g],
-                                                       ESC_BT,
+                                                       cb,
                                                        lambda,
                                                        INFINITY,
                                                        &b);



More information about the ffmpeg-cvslog mailing list