From c3030255d3be4c7e9a3837afe1a1cbfaefbf60c3 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 4 Jul 2002 21:12:36 +0000 Subject: now user needs to change priority to enable this buggy codec CVS patchset: 2207 CVS date: 2002/07/04 21:12:36 --- src/libxvid/xine_decoder.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libxvid/xine_decoder.c b/src/libxvid/xine_decoder.c index 61f546f36..0b580c6bc 100644 --- a/src/libxvid/xine_decoder.c +++ b/src/libxvid/xine_decoder.c @@ -251,7 +251,9 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, xine_t *xine) { 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 = 6; + this->video_decoder.priority = xine->config->register_num (xine->config, "codec.xvid_priority", 3, + _("priority of the xvid plugin (>5 => enable)"), + NULL, NULL, NULL); this->frame_size = 0; return (video_decoder_t *) this; -- cgit v1.2.3