changeset 12095:cef97e8c85c0

Support for HE-AAC. Patch by Loren Merritt <lorenm at u dot washington anotherdot edu>.
author mosu
date Thu, 01 Apr 2004 20:14:59 +0000
parents b36254dfecfd
children 54514e4733a1
files libmpcodecs/ad_faad.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ad_faad.c	Thu Apr 01 19:45:46 2004 +0000
+++ b/libmpcodecs/ad_faad.c	Thu Apr 01 20:14:59 2004 +0000
@@ -42,7 +42,7 @@
 
 static int preinit(sh_audio_t *sh)
 {
-  sh->audio_out_minsize=2048*FAAD_MAX_CHANNELS;
+  sh->audio_out_minsize=8192*FAAD_MAX_CHANNELS;
   sh->audio_in_minsize=FAAD_BUFFLEN;
   return 1;
 }