1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 06:30:06 +00:00

-x -y quickfix for release, code will be changed completely later.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@649 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmosfear 2001-04-26 21:28:02 +00:00
parent 2f0ba8efdb
commit 5bb96352b9

View File

@ -523,8 +523,10 @@ init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint3
/* 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;