summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-11 17:22:54 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-11 17:22:54 +0000
commitf7cbfdf9575df64a5ba6f594912ae18c45a1058e (patch)
tree514405d45c600a33cacaccd4681752ff97759044
parent86af045eabd1e30e41a9750a6d48fa3ed8767df6 (diff)
downloadxine-lib-f7cbfdf9575df64a5ba6f594912ae18c45a1058e.tar.gz
xine-lib-f7cbfdf9575df64a5ba6f594912ae18c45a1058e.tar.bz2
Bump the interface version of the VCD plugin (which got missed earlier).
-rw-r--r--src/input/vcd/xineplug_inp_vcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/vcd/xineplug_inp_vcd.c b/src/input/vcd/xineplug_inp_vcd.c
index c33f73e40..45d9789ba 100644
--- a/src/input/vcd/xineplug_inp_vcd.c
+++ b/src/input/vcd/xineplug_inp_vcd.c
@@ -1988,7 +1988,7 @@ _("For tracking down bugs in the VCD plugin. Mask values are:\n"
const plugin_info_t xine_plugin_info[] EXPORTED = {
/* type, API, "name", version, special_info, init_function */
- { PLUGIN_INPUT | PLUGIN_MUST_PRELOAD, 17, (char *) SHORT_PLUGIN_NAME,
+ { PLUGIN_INPUT | PLUGIN_MUST_PRELOAD, 18, (char *) SHORT_PLUGIN_NAME,
XINE_VERSION_CODE, NULL, vcd_init },
{ PLUGIN_NONE, 0, (char *) "", 0, NULL, NULL }
};