From 9e275306172ad34d4e2a2ff0da864b45efc3355d Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Tue, 23 Apr 2002 15:45:19 +0000 Subject: Increment audio/video/spu decoder and input plugin API version number - update dxr3 and xvid plugins to new interface (add dispose() functions) CVS patchset: 1766 CVS date: 2002/04/23 15:45:19 --- src/input/input_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/input_net.c') diff --git a/src/input/input_net.c b/src/input/input_net.c index 2e986b82d..aef84a1da 100644 --- a/src/input/input_net.c +++ b/src/input/input_net.c @@ -337,7 +337,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { net_input_plugin_t *this; config_values_t *config; - if (iface != 5) { + if (iface != 6) { LOG_MSG(xine, _("net input plugin doesn't support plugin API version %d.\n" "PLUGIN DISABLED.\n" -- cgit v1.2.3