diff libvo/vo_corevideo.h @ 29564:4ae3d2d7946e

Use MPlayer's standard aspect handling functions in corevideo instead of reimplementing them incompletely.
author reimar
date Tue, 01 Sep 2009 09:36:04 +0000
parents 0f1b5b68af32
children 0e182921966b
line wrap: on
line diff
--- a/libvo/vo_corevideo.h	Tue Sep 01 08:30:15 2009 +0000
+++ b/libvo/vo_corevideo.h	Tue Sep 01 09:36:04 2009 +0000
@@ -55,7 +55,6 @@
     GLfloat upperLeft[2];
 
 	BOOL mouseHide;
-	float winSizeMult;
 
 	//menu command id
 	NSMenuItem *kQuitCmd;
@@ -72,6 +71,8 @@
 	//timestamps for disabling screensaver and mouse hiding
 	int lastMouseHide;
 	int lastScreensaverUpdate;
+@public
+	float winSizeMult;
 }
 
 - (BOOL) acceptsFirstResponder;