summaryrefslogtreecommitdiff
path: root/src/libfaad/syntax.h
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2004-01-26 22:34:10 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2004-01-26 22:34:10 +0000
commit925b8c0c8c8d5641ec7865d102fc4a813a0940c4 (patch)
tree41b9798a788990135ae2876c426d5b88428999d8 /src/libfaad/syntax.h
parent229558581183265e40767066db5b6aa99c8818b1 (diff)
downloadxine-lib-925b8c0c8c8d5641ec7865d102fc4a813a0940c4.tar.gz
xine-lib-925b8c0c8c8d5641ec7865d102fc4a813a0940c4.tar.bz2
Sync with libfaad CVS
CVS patchset: 6071 CVS date: 2004/01/26 22:34:10
Diffstat (limited to 'src/libfaad/syntax.h')
-rw-r--r--src/libfaad/syntax.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libfaad/syntax.h b/src/libfaad/syntax.h
index 20c742f35..3f1eb0042 100644
--- a/src/libfaad/syntax.h
+++ b/src/libfaad/syntax.h
@@ -22,7 +22,7 @@
** Commercial non-GPL licensing of this software is possible.
** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
**
-** $Id: syntax.h,v 1.7 2004/01/11 15:44:05 mroi Exp $
+** $Id: syntax.h,v 1.8 2004/01/26 22:34:11 jstembridge Exp $
**/
#ifndef __SYNTAX_H__
@@ -33,7 +33,6 @@ extern "C" {
#endif
#include "decoder.h"
-#include "drc.h"
#include "bits.h"
#define MAIN 1
@@ -104,6 +103,8 @@ extern "C" {
#define INTENSITY_HCB2 14
#define INTENSITY_HCB 15
+#define INVALID_SBR_ELEMENT 255
+
int8_t GASpecificConfig(bitfile *ld, mp4AudioSpecificConfig *mp4ASC,
program_config *pce);