# HG changeset patch # User sven # Date 1003488664 0 # Node ID 54874c78af6bb10bafec9656b10f28b754aef979 # Parent 22452cfc3a550cab5d9e1fbbe79173014acfdb54 aspect changes integrated .., please check performance and conformance diff -r 22452cfc3a55 -r 54874c78af6b libvo/vo_gl2.c --- a/libvo/vo_gl2.c Fri Oct 19 10:33:59 2001 +0000 +++ b/libvo/vo_gl2.c Fri Oct 19 10:51:04 2001 +0000 @@ -617,12 +617,18 @@ if (X_already_started) return -1; if(!vo_init()) return -1; + aspect_save_orig(width,height); + aspect_save_prescale(d_width,d_height); + aspect_save_screenres(vo_screenwidth,vo_screenheight); + + aspect(&d_width,&d_height,A_NOZOOM); + X_already_started++; if( flags&0x01 ) { - isFullscreen = GL_TRUE; - aspect(&d_width,&d_height,vo_screenwidth,vo_screenheight); + isFullscreen = GL_TRUE; + aspect(&d_width,&d_height,A_ZOOM); hint.x = 0; hint.y = 0; hint.width = vo_screenwidth;