shithub: aacdec

Download patch

ref: 074949652fa938d235f574b6e8a2f373b7e69e07
parent: 5a1ffaa6a50fd05e7a4a8079941d1b7eb2ef3db9
author: menno <menno>
date: Wed Dec 24 11:04:56 EST 2003

forgot to commit 1 file

--- a/libfaad/structs.h
+++ b/libfaad/structs.h
@@ -22,7 +22,7 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: structs.h,v 1.22 2003/12/17 14:43:16 menno Exp $
+** $Id: structs.h,v 1.23 2003/12/24 16:04:56 menno Exp $
 **/
 
 #ifndef __STRUCTS_H__
@@ -57,6 +57,7 @@
     complex_t *sincos;
 #ifdef PROFILE
     int64_t cycles;
+    int64_t fft_cycles;
 #endif
 } mdct_info;