summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2004-05-24 22:17:57 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2004-05-24 22:17:57 +0000
commitf56957da621c28766f99551a4585ad335f9c7699 (patch)
tree47a421c33abdef56d326dac8a25406e15a37b3e7 /src/xine-engine
parent609e3062a1f73b12234fbb18ec12157c5e413ebf (diff)
downloadxine-lib-f56957da621c28766f99551a4585ad335f9c7699.tar.gz
xine-lib-f56957da621c28766f99551a4585ad335f9c7699.tar.bz2
1) Support AAC in AVI
2) Simplify libfaad init CVS patchset: 6588 CVS date: 2004/05/24 22:17:57
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/buffer_types.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index 00566a57a..3f4e9f91f 100644
--- a/src/xine-engine/buffer_types.c
+++ b/src/xine-engine/buffer_types.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: buffer_types.c,v 1.78 2004/05/09 19:21:22 jstembridge Exp $
+ * $Id: buffer_types.c,v 1.79 2004/05/24 22:17:58 jstembridge Exp $
*
*
* contents:
@@ -842,6 +842,7 @@ static audio_db_t audio_db[] = {
meFOURCC('M', 'P', '4', 'A'),
meFOURCC('r', 'a', 'a', 'c'),
meFOURCC('r', 'a', 'c', 'p'),
+ 0xFF,
0
},
BUF_AUDIO_AAC,