# HG changeset patch # User atmosfear # Date 988320482 0 # Node ID 157cb66e1a4392c9fe7c4e22d714d8e38b2b5504 # Parent feffffff5d0efb7bd8fb7b01eb9acd8b648cf525 -x -y quickfix for release, code will be changed completely later. diff -r feffffff5d0e -r 157cb66e1a43 libvo/vo_sdl.c --- 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;