[Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.27,1.28
Felix Buenemann
atmosfear at users.sourceforge.net
Thu Apr 26 23:28:04 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv15872
Modified Files:
vo_sdl.c
Log Message:
-x -y quickfix for release, code will be changed completely later.
Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** vo_sdl.c 2001/04/25 21:04:56 1.27
--- vo_sdl.c 2001/04/26 21:28:02 1.28
***************
*** 524,529 ****
/* Save the original Image size */
! priv->width = d_width ? d_width : width;
! priv->height = d_height ? d_height : height;
priv->format = format;
priv->windowsize.w = d_width ? d_width : width;
--- 524,531 ----
/* Save the original Image size */
! //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;
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list