ref: aed66866cc63b01f8d66e1f381ca7a26c514887d
parent: 802ecda1ad2bac9c50a4e9e0398ca8255d0d329f
author: menno <menno>
date: Tue Aug 13 15:28:08 EDT 2002
Updates in aacDECdrop
--- a/aacDECdrop/decode.c
+++ b/aacDECdrop/decode.c
@@ -16,8 +16,8 @@
** along with this program; if not, write to the Free Software
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
**
-** $Id: decode.c,v 1.7 2002/08/13 19:16:06 menno Exp $
-** $Id: decode.c,v 1.7 2002/08/13 19:16:06 menno Exp $
+** $Id: decode.c,v 1.8 2002/08/13 19:28:08 menno Exp $
+** $Id: decode.c,v 1.8 2002/08/13 19:28:08 menno Exp $
**/
#ifdef _WIN32
@@ -31,6 +31,7 @@
#include <stdlib.h>
#include <faad.h>
+#include <sndfile.h>
#include <mp4.h>
#include "audio.h"
@@ -137,6 +138,7 @@
faacDecConfigurationPtr config;
int first_time = 1;
+ int i;
/* declare variables for buffering */
@@ -316,6 +318,7 @@
audio_file *aufile;
faacDecHandle hDecoder;
+ faacDecConfigurationPtr config;
faacDecFrameInfo frameInfo;
unsigned char *buffer;