From d3106dafaaac011737fcd0934bc183f6e66455f9 Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Tue, 6 May 2003 15:20:13 +0000 Subject: CDDA demux plugin build fix and enable Real 28.8 format (currently porting native 14k4 and 28k8 decoders) CVS patchset: 4781 CVS date: 2003/05/06 15:20:13 --- src/demuxers/demux_cdda.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/demuxers/demux_cdda.c') diff --git a/src/demuxers/demux_cdda.c b/src/demuxers/demux_cdda.c index 028443f35..d2ebe764c 100644 --- a/src/demuxers/demux_cdda.c +++ b/src/demuxers/demux_cdda.c @@ -22,7 +22,7 @@ * linear PCM "decoder" (which in turn sends them directly to the audio * output target; this is a really fancy CD-playing architecture). * - * $Id: demux_cdda.c,v 1.6 2003/05/06 14:02:25 tchamp Exp $ + * $Id: demux_cdda.c,v 1.7 2003/05/06 15:20:13 esnel Exp $ * */ @@ -282,13 +282,3 @@ void *demux_cdda_init_plugin (xine_t *xine, void *data) { return this; } - -/* - * exported plugin catalog entry - */ - -plugin_info_t xine_plugin_info[] = { - /* type, API, "name", version, special_info, init_function */ - { PLUGIN_DEMUX, 21, "cdda", XINE_VERSION_CODE, NULL, demux_cdda_init_plugin }, - { PLUGIN_NONE, 0, "", 0, NULL, NULL } -}; -- cgit v1.2.3