[MPlayer-cvslog] r35572 - trunk/gui/interface.c

ib subversion at mplayerhq.hu
Mon Dec 3 11:23:11 CET 2012


Author: ib
Date: Mon Dec  3 11:23:11 2012
New Revision: 35572

Log:
Don't overwrite video size information.

The information about the just now played video shall remain.

Reported by Hans-Dieter Kosch, hdkosch kabelbw de.

Modified:
   trunk/gui/interface.c

Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	Mon Dec  3 11:20:46 2012	(r35571)
+++ trunk/gui/interface.c	Mon Dec  3 11:23:11 2012	(r35572)
@@ -816,8 +816,6 @@ int gui(int what, void *data)
 
             if (gtkShowVideoWindow) {
                 guiInfo.VideoWindow = True;
-                guiInfo.VideoWidth  = guiApp.video.width;
-                guiInfo.VideoHeight = guiApp.video.height;
 
                 if (!guiApp.videoWindow.isFullScreen) {
                     wsResizeWindow(&guiApp.videoWindow, guiApp.video.width, guiApp.video.height);


More information about the MPlayer-cvslog mailing list