Mercurial > mplayer.hg
diff libvo/vo_xv.c @ 611:a188733d60de
-xy-x-y bug fixed.
author | pontscho |
---|---|
date | Tue, 24 Apr 2001 05:58:09 +0000 |
parents | ce10c892074f |
children | 77e0094f0cce |
line wrap: on
line diff
--- a/libvo/vo_xv.c Tue Apr 24 02:28:45 2001 +0000 +++ b/libvo/vo_xv.c Tue Apr 24 05:58:09 2001 +0000 @@ -118,8 +118,8 @@ hint.x = 0; hint.y = 0; - hint.width = image_width; - hint.height = image_height; + hint.width = d_width; + hint.height = d_height; if ( fullscreen ) { hint.width=vo_screenwidth;