shithub: aacenc

Download patch

ref: 4410ad69b1239491424d6d74bc48e2eda6054681
parent: a3eafe9ed6aa5c906c00c8b9586fcafae82d4e7a
author: menno <menno>
date: Sun Jul 8 05:43:51 EDT 2001

Small config bugfix

--- a/libfaac/frame.c
+++ b/libfaac/frame.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: frame.c,v 1.22 2001/06/08 18:01:09 menno Exp $
+ * $Id: frame.c,v 1.23 2001/07/08 09:43:51 menno Exp $
  */
 
 /*
@@ -61,6 +61,7 @@
     hEncoder->config.useTns = config->useTns;
     hEncoder->config.aacObjectType = config->aacObjectType;
     hEncoder->config.mpegVersion = config->mpegVersion;
+    hEncoder->config.bandWidth = config->bandWidth;
 
     /* No SSR supported for now */
     if (hEncoder->config.aacObjectType == SSR)