Mercurial > mplayer.hg
changeset 35478:f30b45bafb82
Don't overwrite video size information.
The information about the just now played video shall remain.
Reported by Hans-Dieter Kosch, hdkosch kabelbw de.
author | ib |
---|---|
date | Mon, 03 Dec 2012 10:23:11 +0000 |
parents | 1a82d83c00eb |
children | ab09ed2d181b |
files | gui/interface.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Mon Dec 03 10:20:46 2012 +0000 +++ b/gui/interface.c Mon Dec 03 10:23:11 2012 +0000 @@ -816,8 +816,6 @@ 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);