summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_vqa.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-09-05 20:44:38 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-09-05 20:44:38 +0000
commitea37f5776a90a7f8153757052a89d589185f5d23 (patch)
treede101bed2e068b81d2abc03866112342e5858ebe /src/demuxers/demux_vqa.c
parentc35a3e9d5068667992c1b104195de59721e23786 (diff)
downloadxine-lib-ea37f5776a90a7f8153757052a89d589185f5d23.tar.gz
xine-lib-ea37f5776a90a7f8153757052a89d589185f5d23.tar.bz2
make all the plugin init functions static
(geez this was a job) CVS patchset: 2616 CVS date: 2002/09/05 20:44:38
Diffstat (limited to 'src/demuxers/demux_vqa.c')
-rw-r--r--src/demuxers/demux_vqa.c4
1 files changed, 2 insertions, 2 deletions
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) {