From c35a3e9d5068667992c1b104195de59721e23786 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 5 Sep 2002 20:19:48 +0000 Subject: use xine_mrl_t instead of mrl_t in input plugins, implement more configfile functions CVS patchset: 2615 CVS date: 2002/09/05 20:19:48 --- src/libxvid/xine_decoder.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/libxvid/xine_decoder.c') diff --git a/src/libxvid/xine_decoder.c b/src/libxvid/xine_decoder.c index aa203282d..2237798ab 100644 --- a/src/libxvid/xine_decoder.c +++ b/src/libxvid/xine_decoder.c @@ -210,18 +210,10 @@ static void xvid_dispose (video_decoder_t *this_gen) { free (this_gen); } -video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) { +void *init_video_decoder_plugin (xine_t *xine, void *data) { xvid_decoder_t *this; XVID_INIT_PARAM xinit; - if (iface_version != 10) { - printf (_("xvid: plugin doesn't support plugin API version %d.\n" - "xvid: this means there's a version mismatch between xine and this\n" - "xvid: decoder plugin. Installing current plugins should help.\n"), - iface_version); - return NULL; - } - xinit.cpu_flags = 0; xvid_init(NULL, 0, &xinit, NULL); if (xinit.api_version != API_VERSION) { -- cgit v1.2.3