shithub: aacenc

Download patch

ref: 35ee672ee05d56df3b360675a64cec143bc476f3
parent: 0ecc853862f7744567cf840651d72aff338f6fec
author: Krzysztof Nikiel <knik@users.sourceforge.net>
date: Sat Oct 14 08:53:53 EDT 2017

disabled debug code

--- a/libfaac/quantize.c
+++ b/libfaac/quantize.c
@@ -377,7 +377,7 @@
         min[sfb] = max[sfb] = e[sfb];
 }
 
-#define PRINTSTAT 1
+#define PRINTSTAT 0
 #if PRINTSTAT
 static int groups = 0;
 static int frames = 0;