summaryrefslogtreecommitdiff
path: root/src/video_out
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-10-08 20:54:36 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-10-08 20:54:36 +0000
commitedf2945ff4c1bc1f52cf1b6e5481318e893d00ab (patch)
treebdbeda1dc6111d678c7e795080b58d62c33bd469 /src/video_out
parentab9faee8cb2f4f732ed371a0e28228d3659e5aae (diff)
downloadxine-lib-edf2945ff4c1bc1f52cf1b6e5481318e893d00ab.tar.gz
xine-lib-edf2945ff4c1bc1f52cf1b6e5481318e893d00ab.tar.bz2
* moved image scaling config entry from XShm to vo_scale helper
(closes feature request #987635) * added help texts for horizontal and vertical position config entries CVS patchset: 7023 CVS date: 2004/10/08 20:54:36
Diffstat (limited to 'src/video_out')
-rw-r--r--src/video_out/video_out_xshm.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c
index c3d91efd6..fa7c59be9 100644
--- a/src/video_out/video_out_xshm.c
+++ b/src/video_out/video_out_xshm.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_xshm.c,v 1.135 2004/09/22 20:29:16 miguelfreitas Exp $
+ * $Id: video_out_xshm.c,v 1.136 2004/10/08 20:54:36 mroi Exp $
*
* video_out_xshm.c, X11 shared memory extension interface for xine
*
@@ -1077,13 +1077,6 @@ static vo_driver_t *xshm_open_plugin (video_driver_class_t *class_gen, const voi
this->sc.user_ratio = XINE_VO_ASPECT_AUTO;
- this->sc.scaling_disabled =
- config->register_bool(config, "video.disable_scaling", 0,
- _("disable all video scaling"),
- _("You can disable video scaling globally. The image will then no longer "
- "adapt to the size of the video window, which can dramatically "
- "reduce CPU usage."),
- 10, NULL, NULL);
this->drawable = visual->d;
this->cur_frame = NULL;
XLockDisplay(this->display);