shithub: aacenc

Download patch

ref: 8c4d94783f7305dee81ea772c6fb463a164ea4fb
parent: d06f08c3669d5e96535e6950f86a11099557cb23
author: menno <menno>
date: Mon Jan 10 10:56:16 EST 2000

Added support for all sampling rates

--- a/tf_main.h
+++ b/tf_main.h
@@ -60,7 +60,7 @@
 enum TRANSPORT_STREAM { NO_TSTREAM, AAC_RAWDATA_TSTREAM, LENINFO_TSTREAM,
 		        NO_SYNCWORD};
 
-enum SR_CODING { SR8000, SR11025, SR12000, SR16000, SR22050, SR24000, SR32000, SR44100, SR48000, SR96000, MAX_SAMPLING_RATES };
+enum SR_CODING { SR8000, SR11025, SR12000, SR16000, SR22050, SR24000, SR32000, SR44100, SR48000, SR64000, SR88200, SR96000, MAX_SAMPLING_RATES };
 
 enum WINDOW_TYPE { 
   ONLY_LONG_WINDOW, 
@@ -99,7 +99,7 @@
   FFT_PE_WINDOW_SWITCHING
 };
 
-#define NSFB_LONG  49
+#define NSFB_LONG  51
 #define NSFB_SHORT 15
 #define MAX_SHORT_IN_LONG_BLOCK 8