Mercurial > mplayer.hg
changeset 35084:3be1bcf3f16b
Use "self".
author | reimar |
---|---|
date | Thu, 13 Sep 2012 19:11:55 +0000 |
parents | b3a7f40618b9 |
children | 5a9728bbb51e |
files | libvo/vo_corevideo.m |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_corevideo.m Thu Sep 13 18:44:36 2012 +0000 +++ b/libvo/vo_corevideo.m Thu Sep 13 19:11:55 2012 +0000 @@ -519,8 +519,8 @@ config_movie_aspect((float)width/height); - vo_dwidth = width *= mpGLView->winSizeMult; - vo_dheight = height *= mpGLView->winSizeMult; + vo_dwidth = width *= self->winSizeMult; + vo_dheight = height *= self->winSizeMult; //config window [window setContentSize:NSMakeSize(vo_dwidth, vo_dheight)];