summaryrefslogtreecommitdiff
path: root/src/demuxers/group_audio.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-12-19 05:09:16 +0000
committerMike Melanson <mike@multimedia.cx>2003-12-19 05:09:16 +0000
commitea818e522cc4c23b411193c0ba59baab5d27ec60 (patch)
tree449103c3599cbb729d6409c6514f070966d1cb85 /src/demuxers/group_audio.c
parent67f3901aebdf791c34f5c294ca1b0aaeac1374a7 (diff)
downloadxine-lib-ea818e522cc4c23b411193c0ba59baab5d27ec60.tar.gz
xine-lib-ea818e522cc4c23b411193c0ba59baab5d27ec60.tar.bz2
initial commit for raw AAC file demuxer
CVS patchset: 5923 CVS date: 2003/12/19 05:09:16
Diffstat (limited to 'src/demuxers/group_audio.c')
-rw-r--r--src/demuxers/group_audio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/group_audio.c b/src/demuxers/group_audio.c
index 68ecb124c..58f19b59e 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.9 2003/11/15 14:01:05 miguelfreitas Exp $
+ * $Id: group_audio.c,v 1.10 2003/12/19 05:09:16 tmmm Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -37,6 +37,7 @@
plugin_info_t xine_plugin_info[] = {
/* type, API, "name", version, special_info, init_function */
+ { PLUGIN_DEMUX, 23, "aac", XINE_VERSION_CODE, NULL, demux_aac_init_plugin },
{ PLUGIN_DEMUX, 23, "ac3", XINE_VERSION_CODE, NULL, demux_ac3_init_plugin },
{ PLUGIN_DEMUX, 23, "aud", XINE_VERSION_CODE, NULL, demux_aud_init_plugin },
{ PLUGIN_DEMUX, 23, "aiff", XINE_VERSION_CODE, NULL, demux_aiff_init_plugin },