From f5ef61ef9364a04765b71d80ea19675a80616f40 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 1 May 2002 19:42:56 +0000 Subject: big cleanup on plugin dispose handling, small improvements on version handling for decoder plugins CVS patchset: 1824 CVS date: 2002/05/01 19:42:56 --- src/libxvid/xine_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libxvid') diff --git a/src/libxvid/xine_decoder.c b/src/libxvid/xine_decoder.c index 2fe2cde70..a03e8ec7a 100644 --- a/src/libxvid/xine_decoder.c +++ b/src/libxvid/xine_decoder.c @@ -236,7 +236,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) { xvid_decoder_t *this; XVID_INIT_PARAM xinit; - if (iface_version != 7) { + if (iface_version != 8) { 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", -- cgit v1.2.3