diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-09-15 20:56:24 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-09-15 20:56:24 +0000 |
commit | 645c102095fde1b2d235b6f5ffb7152b83d26ee3 (patch) | |
tree | 8707340ae9d38575edaf33833db67677c55d803c | |
parent | f9f8f92f4da686271a3a15af6568f2900b92bd98 (diff) | |
download | xine-lib-645c102095fde1b2d235b6f5ffb7152b83d26ee3.tar.gz xine-lib-645c102095fde1b2d235b6f5ffb7152b83d26ee3.tar.bz2 |
any reason why this should be 128 ?
CVS patchset: 2669
CVS date: 2002/09/15 20:56:24
-rw-r--r-- | src/video_out/video_out_xv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 5a113d5ea..c4a96064d 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.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_xv.c,v 1.133 2002/09/15 11:35:08 jcdutton Exp $ + * $Id: video_out_xv.c,v 1.134 2002/09/15 20:56:24 guenter Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -1201,7 +1201,7 @@ static void *init_video_out_plugin (xine_t *xine, void *visual_gen) { this->props[VO_PROP_INTERLACED].value = 0; this->sc.user_ratio = this->props[VO_PROP_ASPECT_RATIO].value = ASPECT_AUTO; this->props[VO_PROP_ZOOM_X].value = 100; - this->props[VO_PROP_ZOOM_Y].value = 128; + this->props[VO_PROP_ZOOM_Y].value = 100; /* * check this adaptor's capabilities |