summaryrefslogtreecommitdiff
path: root/src/demuxers/group_audio.c
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2005-06-04 20:29:16 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2005-06-04 20:29:16 +0000
commitffa655e28f5854bdf0e6782ea94a03f2277d2f36 (patch)
tree15fbfbb5c0d99cff4ad94c15921ccfe628bb379b /src/demuxers/group_audio.c
parentea81e06f7ac908744a8dea6eb8cb1db164ea4c8d (diff)
downloadxine-lib-ffa655e28f5854bdf0e6782ea94a03f2277d2f36.tar.gz
xine-lib-ffa655e28f5854bdf0e6782ea94a03f2277d2f36.tar.bz2
Bring AC3 demuxer in line with DTS, support raw, cd and wav sources
CVS patchset: 7609 CVS date: 2005/06/04 20:29:16
Diffstat (limited to 'src/demuxers/group_audio.c')
-rw-r--r--src/demuxers/group_audio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/group_audio.c b/src/demuxers/group_audio.c
index 438b71554..cce736525 100644
--- a/src/demuxers/group_audio.c
+++ b/src/demuxers/group_audio.c
@@ -19,7 +19,7 @@
*
* This file contains plugin entries for several demuxers used in games
*
- * $Id: group_audio.c,v 1.20 2005/05/29 19:20:48 jstembridge Exp $
+ * $Id: group_audio.c,v 1.21 2005/06/04 20:29:16 jstembridge Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -40,7 +40,7 @@ demuxer_info_t demux_info_aac = {
};
demuxer_info_t demux_info_ac3 = {
- 0 /* priority */
+ 8 /* priority */
};
demuxer_info_t demux_info_aud = {