[MPlayer-cvslog] r35821 - trunk/gui/ui/main.c
ib
subversion at mplayerhq.hu
Tue Jan 22 11:59:51 CET 2013
Author: ib
Date: Tue Jan 22 11:59:51 2013
New Revision: 35821
Log:
Remove pointless wsWindowClear() when setting movie aspect ratio.
The video output driver will rebuild the window anyway.
Modified:
trunk/gui/ui/main.c
Modified: trunk/gui/ui/main.c
==============================================================================
--- trunk/gui/ui/main.c Tue Jan 22 00:35:37 2013 (r35820)
+++ trunk/gui/ui/main.c Tue Jan 22 11:59:51 2013 (r35821)
@@ -388,7 +388,6 @@ NoPause:
case 1:
default: movie_aspect=-1;
}
- wsWindowClear( &guiApp.videoWindow );
if ( guiInfo.StreamType == STREAMTYPE_VCD ) uiEventHandling( evPlayVCD, 0 );
else if ( guiInfo.StreamType == STREAMTYPE_DVD ) uiEventHandling( ivPlayDVD, 0 );
else
More information about the MPlayer-cvslog
mailing list