shithub: aacenc

Download patch

ref: 6b48b2586d74e7aa37d305fc60d1987428a5a618
parent: 7effd468fa98c306d2e393da4b184ccd0b9f7c76
author: menno <menno>
date: Fri Jun 8 13:29:24 EDT 2007

Fixed missing identifier bextl

--- a/frontend/input.c
+++ b/frontend/input.c
@@ -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: input.c,v 1.13 2007/06/05 18:59:47 menno Exp $
+ * $Id: input.c,v 1.14 2007/06/08 17:29:24 menno Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -111,6 +111,7 @@
   WAVEFORMATEXTENSIBLE wave;
   char *riffl = "RIFF";
   char *wavel = "WAVE";
+  char *bextl = "BEXT";
   char *fmtl = "fmt ";
   char *datal = "data";
   int fmtsize;