summaryrefslogtreecommitdiff
path: root/src/libfaad/xine_decoder.c
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2004-12-03 01:15:29 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2004-12-03 01:15:29 +0000
commit177aca572a9e0f4256034e51ffded0b3815d4f61 (patch)
tree071a5f96a627a1c0124ff57a4b806d52068fdba0 /src/libfaad/xine_decoder.c
parent575782a9f76583abd8c4374466472b376023f8dd (diff)
downloadxine-lib-177aca572a9e0f4256034e51ffded0b3815d4f61.tar.gz
xine-lib-177aca572a9e0f4256034e51ffded0b3815d4f61.tar.bz2
Update to libfaad2 2.0.
CVS patchset: 7185 CVS date: 2004/12/03 01:15:29
Diffstat (limited to 'src/libfaad/xine_decoder.c')
-rw-r--r--src/libfaad/xine_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libfaad/xine_decoder.c b/src/libfaad/xine_decoder.c
index 17e73da4c..d86d3fd41 100644
--- a/src/libfaad/xine_decoder.c
+++ b/src/libfaad/xine_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_decoder.c,v 1.35 2004/11/29 23:02:31 tmattern Exp $
+ * $Id: xine_decoder.c,v 1.36 2004/12/03 01:15:31 tmattern Exp $
*
*/
@@ -30,7 +30,6 @@
#define LOG_MODULE "libfaad"
#define LOG_VERBOSE
-
/*
#define LOG
*/
@@ -115,6 +114,7 @@ static int faad_open_dec( faad_decoder_t *this ) {
faacDecSetConfiguration(this->faac_dec, this->faac_cfg);
}
+
used = faacDecInit(this->faac_dec, this->buf, this->size,
&this->rate, &this->num_channels);