summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-09-06 19:06:22 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-09-06 19:06:22 +0000
commit9a4a4050fe0c8539ad107a0350280860f6d0fa74 (patch)
tree67a1ed9a78730e213530987831ce4c781054ed31
parent6c4cd36cc5ced530a387327c4f6c576074424c6c (diff)
downloadxine-lib-9a4a4050fe0c8539ad107a0350280860f6d0fa74.tar.gz
xine-lib-9a4a4050fe0c8539ad107a0350280860f6d0fa74.tar.bz2
small xvid fix
CVS patchset: 2624 CVS date: 2002/09/06 19:06:22
-rw-r--r--src/libxvid/xine_decoder.c3
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;