shithub: aacenc

Download patch

ref: 3af4dbaa60ef6296d7b2b5b5e19897b8fa25e856
parent: d9132d3351fc8fb3a430d47ba469c25d1a46af97
author: knik <knik>
date: Wed Aug 7 14:12:08 EDT 2002

removed static declaration

--- a/libfaac/frame.h
+++ b/libfaac/frame.h
@@ -16,7 +16,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * $Id: frame.h,v 1.15 2001/09/21 12:40:02 eraser Exp $
+ * $Id: frame.h,v 1.16 2002/08/07 18:12:08 knik Exp $
  */
 
 #ifndef FRAME_H
@@ -40,9 +40,6 @@
     #define FAACAPI
   #endif
 #endif
-
-
-static SR_INFO srInfo[12+1];
 
 typedef struct faacEncConfiguration
 {