shithub: aacenc

Download patch

ref: 72c4ab226a1260e7a076a9779212286fd33017c5
parent: 2372727c24a4da501cdcf574680915fa2bdae9dd
author: menno <menno>
date: Wed Feb 9 13:50:03 EST 2000

Restored small mistakes.

--- a/encoder.c
+++ b/encoder.c
@@ -13,7 +13,7 @@
 #include "rateconv.h"
 
 #include "enc.h"	/* encoder cores */
-#include "rdft.h"
+
 #define BITHEADERBUFSIZE (65536)
 
 /* ---------- functions ---------- */
@@ -586,7 +586,6 @@
 		printf("Cut-off frequency: %dHz.\n", cut_off);
 	printf("\n");
 
-	fftw_init();
 	for (i = 0; i < FileCount; i++) {
 		char aac_fn[255];
 		char *fnp;
@@ -718,7 +717,6 @@
 		nSecs = nTotSecs - (60*nMins);
 		printf("Encoding %s took:\t%d:%.2d\t\n", FileNames[i], nMins, nSecs);
 	}
-	fftw_destroy();
 	return FNO_ERROR;
 }