mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
Always redraw video on resize.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25943 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
344013f8c7
commit
6d879f70c7
@ -149,8 +149,8 @@ static void resize(int x,int y){
|
||||
#endif
|
||||
vo_osd_changed(OSDTYPE_OSD);
|
||||
}
|
||||
if (vo_fs && use_aspect && !vo_doublebuffering)
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
flip_page();
|
||||
}
|
||||
|
||||
static void texSize(int w, int h, int *texw, int *texh) {
|
||||
|
Loading…
Reference in New Issue
Block a user