Author: alexc
Date: Mon Jun 15 23:51:38 2009
New Revision: 4448
Log:
Don't let zero bands throw off the starting index in the coefficient array.
Modified:
aacenc/aaccoder.c
Modified: aacenc/aaccoder.c
==============================================================================
--- aacenc/aaccoder.c Sun Jun 14 22:48:53 2009 (r4447)
+++ aacenc/aaccoder.c Mon Jun 15 23:51:38 2009 (r4448)
@@ -961,6 +961,7 @@ static void search_for_quantizers_faac(A
float curdiff;
if(maxq[w*16+g] < 21.544){
sce->zeroes[w*16+g] = 1;
+ start += size;
continue;
}
sce->zeroes[w*16+g] = 0;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc