diff options
-rw-r--r-- | src/libxvid/xine_decoder.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |