diff options
Diffstat (limited to 'src/demuxers')
-rw-r--r-- | src/demuxers/demux_aiff.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_asf.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_cda.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_film.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_fli.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_idcin.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_pes.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_roq.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_smjpeg.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_snd.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_ts.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_voc.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_vqa.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_wav.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_wc3movie.c | 4 |
15 files changed, 30 insertions, 30 deletions
diff --git a/src/demuxers/demux_aiff.c b/src/demuxers/demux_aiff.c index ed656c67d..36be57f73 100644 --- a/src/demuxers/demux_aiff.c +++ b/src/demuxers/demux_aiff.c @@ -19,7 +19,7 @@ * * AIFF File Demuxer by Mike Melanson (melanson@pcisys.net) * - * $Id: demux_aiff.c,v 1.2 2002/09/04 23:31:07 guenter Exp $ + * $Id: demux_aiff.c,v 1.3 2002/09/05 20:44:39 mroi Exp $ * */ @@ -475,7 +475,7 @@ static int demux_aiff_get_stream_length (demux_plugin_t *this_gen) { return this->running_time; } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_aiff_t *this; diff --git a/src/demuxers/demux_asf.c b/src/demuxers/demux_asf.c index e849ef8a7..97724b9b9 100644 --- a/src/demuxers/demux_asf.c +++ b/src/demuxers/demux_asf.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: demux_asf.c,v 1.54 2002/09/04 23:31:07 guenter Exp $ + * $Id: demux_asf.c,v 1.55 2002/09/05 20:44:39 mroi Exp $ * * demultiplexer for asf streams * @@ -1439,7 +1439,7 @@ static int demux_asf_get_stream_length (demux_plugin_t *this_gen) { return this->length; } -void *init_demuxer_plugin (xine_t *xine, void *data) { +static void *init_demuxer_plugin (xine_t *xine, void *data) { demux_asf_t *this; diff --git a/src/demuxers/demux_cda.c b/src/demuxers/demux_cda.c index a412e0dbd..2afd05895 100644 --- a/src/demuxers/demux_cda.c +++ b/src/demuxers/demux_cda.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: demux_cda.c,v 1.21 2002/07/05 17:31:59 mroi Exp $ + * $Id: demux_cda.c,v 1.22 2002/09/05 20:44:39 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -290,7 +290,7 @@ static int demux_cda_get_stream_length (demux_plugin_t *this_gen) { /* * */ -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_cda_t *this; if (iface != 10) { diff --git a/src/demuxers/demux_film.c b/src/demuxers/demux_film.c index 412d89614..73967a5f1 100644 --- a/src/demuxers/demux_film.c +++ b/src/demuxers/demux_film.c @@ -21,7 +21,7 @@ * For more information on the FILM file format, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: demux_film.c,v 1.22 2002/09/04 23:31:07 guenter Exp $ + * $Id: demux_film.c,v 1.23 2002/09/05 20:44:39 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -784,7 +784,7 @@ static char *demux_film_get_mimetypes(void) { } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_film_t *this; if (iface != 10) { diff --git a/src/demuxers/demux_fli.c b/src/demuxers/demux_fli.c index fab3a1593..11d8460f2 100644 --- a/src/demuxers/demux_fli.c +++ b/src/demuxers/demux_fli.c @@ -22,7 +22,7 @@ * avoid while programming a FLI decoder, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: demux_fli.c,v 1.7 2002/09/04 23:31:07 guenter Exp $ + * $Id: demux_fli.c,v 1.8 2002/09/05 20:44:39 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -401,7 +401,7 @@ static char *demux_fli_get_mimetypes(void) { return NULL; } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_fli_t *this; if (iface != 10) { diff --git a/src/demuxers/demux_idcin.c b/src/demuxers/demux_idcin.c index 2c42b1895..79ef976b7 100644 --- a/src/demuxers/demux_idcin.c +++ b/src/demuxers/demux_idcin.c @@ -63,7 +63,7 @@ * - if any bytes exceed 63, do not shift the bytes at all before * transmitting them to the video decoder * - * $Id: demux_idcin.c,v 1.7 2002/09/04 23:31:07 guenter Exp $ + * $Id: demux_idcin.c,v 1.8 2002/09/05 20:44:39 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -587,7 +587,7 @@ static char *demux_idcin_get_mimetypes(void) { return NULL; } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_idcin_t *this; if (iface != 10) { diff --git a/src/demuxers/demux_pes.c b/src/demuxers/demux_pes.c index 931f3bad4..ab492fce8 100644 --- a/src/demuxers/demux_pes.c +++ b/src/demuxers/demux_pes.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: demux_pes.c,v 1.35 2002/09/04 23:31:08 guenter Exp $ + * $Id: demux_pes.c,v 1.36 2002/09/05 20:44:39 mroi Exp $ * * demultiplexer for mpeg 2 PES (Packetized Elementary Streams) * reads streams of variable blocksizes @@ -594,7 +594,7 @@ static int demux_pes_get_stream_length (demux_plugin_t *this_gen) { return 0; /* FIXME: implement */ } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_pes_t *this; diff --git a/src/demuxers/demux_roq.c b/src/demuxers/demux_roq.c index 35188d113..b9f4cea10 100644 --- a/src/demuxers/demux_roq.c +++ b/src/demuxers/demux_roq.c @@ -21,7 +21,7 @@ * For more information regarding the RoQ file format, visit: * http://www.csse.monash.edu.au/~timf/ * - * $Id: demux_roq.c,v 1.11 2002/09/04 23:31:08 guenter Exp $ + * $Id: demux_roq.c,v 1.12 2002/09/05 20:44:39 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -524,7 +524,7 @@ static char *demux_roq_get_mimetypes(void) { } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_roq_t *this; if (iface != 10) { diff --git a/src/demuxers/demux_smjpeg.c b/src/demuxers/demux_smjpeg.c index 80566a6c4..a0aef33f0 100644 --- a/src/demuxers/demux_smjpeg.c +++ b/src/demuxers/demux_smjpeg.c @@ -21,7 +21,7 @@ * For more information on the SMJPEG file format, visit: * http://www.lokigames.com/development/smjpeg.php3 * - * $Id: demux_smjpeg.c,v 1.11 2002/09/04 23:31:08 guenter Exp $ + * $Id: demux_smjpeg.c,v 1.12 2002/09/05 20:44:39 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -553,7 +553,7 @@ static char *demux_smjpeg_get_mimetypes(void) { return NULL; } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_smjpeg_t *this; if (iface != 10) { diff --git a/src/demuxers/demux_snd.c b/src/demuxers/demux_snd.c index 9fce979f0..02139bcdc 100644 --- a/src/demuxers/demux_snd.c +++ b/src/demuxers/demux_snd.c @@ -19,7 +19,7 @@ * * SND/AU File Demuxer by Mike Melanson (melanson@pcisys.net) * - * $Id: demux_snd.c,v 1.3 2002/09/04 23:31:08 guenter Exp $ + * $Id: demux_snd.c,v 1.4 2002/09/05 20:44:39 mroi Exp $ * */ @@ -460,7 +460,7 @@ static int demux_snd_get_stream_length (demux_plugin_t *this_gen) { return this->running_time; } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_snd_t *this; diff --git a/src/demuxers/demux_ts.c b/src/demuxers/demux_ts.c index c8b020999..1293f36d1 100644 --- a/src/demuxers/demux_ts.c +++ b/src/demuxers/demux_ts.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: demux_ts.c,v 1.53 2002/09/04 23:31:08 guenter Exp $ + * $Id: demux_ts.c,v 1.54 2002/09/05 20:44:39 mroi Exp $ * * Demultiplexer for MPEG2 Transport Streams. * @@ -1652,7 +1652,7 @@ static int demux_ts_get_stream_length (demux_plugin_t *this_gen) { } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_ts *this; int i; diff --git a/src/demuxers/demux_voc.c b/src/demuxers/demux_voc.c index 6c9c74ac7..67071ed32 100644 --- a/src/demuxers/demux_voc.c +++ b/src/demuxers/demux_voc.c @@ -23,7 +23,7 @@ * It will only play that block if it is PCM data. More variations will be * supported as they are encountered. * - * $Id: demux_voc.c,v 1.3 2002/09/04 23:31:08 guenter Exp $ + * $Id: demux_voc.c,v 1.4 2002/09/05 20:44:39 mroi Exp $ * */ @@ -452,7 +452,7 @@ static int demux_voc_get_stream_length (demux_plugin_t *this_gen) { return this->running_time; } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_voc_t *this; diff --git a/src/demuxers/demux_vqa.c b/src/demuxers/demux_vqa.c index 256cf25b1..de693d6fe 100644 --- a/src/demuxers/demux_vqa.c +++ b/src/demuxers/demux_vqa.c @@ -21,7 +21,7 @@ * For more information regarding the VQA file format, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: demux_vqa.c,v 1.3 2002/09/04 23:31:08 guenter Exp $ + * $Id: demux_vqa.c,v 1.4 2002/09/05 20:44:39 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -550,7 +550,7 @@ static char *demux_vqa_get_mimetypes(void) { } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_vqa_t *this; if (iface != 10) { diff --git a/src/demuxers/demux_wav.c b/src/demuxers/demux_wav.c index de4964390..910781153 100644 --- a/src/demuxers/demux_wav.c +++ b/src/demuxers/demux_wav.c @@ -20,7 +20,7 @@ * MS WAV File Demuxer by Mike Melanson (melanson@pcisys.net) * based on WAV specs that are available far and wide * - * $Id: demux_wav.c,v 1.9 2002/09/04 23:31:08 guenter Exp $ + * $Id: demux_wav.c,v 1.10 2002/09/05 20:44:39 mroi Exp $ * */ @@ -461,7 +461,7 @@ static int demux_wav_get_stream_length (demux_plugin_t *this_gen) { return (int)(this->data_size / this->wave->nAvgBytesPerSec); } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_wav_t *this; diff --git a/src/demuxers/demux_wc3movie.c b/src/demuxers/demux_wc3movie.c index 0cd3fee35..4dacb26df 100644 --- a/src/demuxers/demux_wc3movie.c +++ b/src/demuxers/demux_wc3movie.c @@ -22,7 +22,7 @@ * For more information on the MVE file format, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: demux_wc3movie.c,v 1.4 2002/09/04 23:31:08 guenter Exp $ + * $Id: demux_wc3movie.c,v 1.5 2002/09/05 20:44:39 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -591,7 +591,7 @@ static char *demux_mve_get_mimetypes(void) { } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_mve_t *this; if (iface != 10) { |