Mercurial > mplayer.hg
changeset 35727:652e66d22aea
Remove pointless wsWindowClear() when setting movie aspect ratio.
The video output driver will rebuild the window anyway.
author | ib |
---|---|
date | Tue, 22 Jan 2013 10:59:51 +0000 |
parents | bbc4ec3bf5bc |
children | 168aae142525 |
files | gui/ui/main.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/ui/main.c Mon Jan 21 23:35:37 2013 +0000 +++ b/gui/ui/main.c Tue Jan 22 10:59:51 2013 +0000 @@ -388,7 +388,6 @@ 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