Mercurial > mplayer.hg
changeset 648:157cb66e1a43
-x -y quickfix for release, code will be changed completely later.
author | atmosfear |
---|---|
date | Thu, 26 Apr 2001 21:28:02 +0000 |
parents | feffffff5d0e |
children | a76a78715c69 |
files | libvo/vo_sdl.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_sdl.c Thu Apr 26 20:43:12 2001 +0000 +++ b/libvo/vo_sdl.c Thu Apr 26 21:28:02 2001 +0000 @@ -523,8 +523,10 @@ /* Save the original Image size */ - priv->width = d_width ? d_width : width; - priv->height = d_height ? d_height : height; + //priv->width = d_width ? d_width : width; + //priv->height = d_height ? d_height : height; + priv->width = width; + priv->height = height; priv->format = format; priv->windowsize.w = d_width ? d_width : width; priv->windowsize.h = d_height ? d_height : height;