From 9a4a4050fe0c8539ad107a0350280860f6d0fa74 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Fri, 6 Sep 2002 19:06:22 +0000 Subject: small xvid fix CVS patchset: 2624 CVS date: 2002/09/06 19:06:22 --- src/libxvid/xine_decoder.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/libxvid/xine_decoder.c b/src/libxvid/xine_decoder.c index c53a064aa..40b65eba8 100644 --- a/src/libxvid/xine_decoder.c +++ b/src/libxvid/xine_decoder.c @@ -233,9 +233,6 @@ static void *init_video_decoder_plugin (xine_t *xine, void *data) { this->video_decoder.close = xvid_close_plugin; this->video_decoder.get_identifier = xvid_get_id; this->video_decoder.dispose = xvid_dispose; - this->video_decoder.priority = xine->config->register_num (xine->config, "codec.xvid_priority", 3, - _("priority of the xvid plugin (>5 => enable)"), - NULL, 0, NULL, NULL); this->frame_size = 0; return (video_decoder_t *) this; -- cgit v1.2.3