mirror of https://github.com/mpv-player/mpv
100l, reset ass_border when switching out of fullscreen mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28625 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b14c70b8f5
commit
4ed961f7e5
|
@ -155,6 +155,7 @@ static void resize(int x,int y){
|
|||
|
||||
glMatrixMode(GL_PROJECTION);
|
||||
glLoadIdentity();
|
||||
ass_border_x = ass_border_y = 0;
|
||||
if (vo_fs && use_aspect) {
|
||||
int new_w, new_h;
|
||||
GLdouble scale_x, scale_y;
|
||||
|
|
Loading…
Reference in New Issue