shithub: aacenc

Download patch

ref: d4bc6b2eafd5328b68424d1976ae903c5114d15b
parent: 7d697813177f956296c03d7297c8cc0f67426748
author: knik <knik>
date: Thu Jun 26 15:19:41 EDT 2003

MSInfo: removed unused field.

--- a/libfaac/channels.h
+++ b/libfaac/channels.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: channels.h,v 1.6 2001/06/08 18:01:09 menno Exp $
+ * $Id: channels.h,v 1.7 2003/06/26 19:19:41 knik Exp $
  */
 
 #ifndef CHANNEL_H
@@ -31,7 +31,6 @@
 typedef struct {
     int is_present;
     int ms_used[MAX_SCFAC_BANDS];
-    int ms_usedS[8][MAX_SCFAC_BANDS];
 } MSInfo;
 
 typedef struct {