[MPlayer-cvslog] r34387 - trunk/libvo/vo_corevideo.m
reimar
subversion at mplayerhq.hu
Sat Dec 3 23:36:50 CET 2011
Author: reimar
Date: Sat Dec 3 23:36:50 2011
New Revision: 34387
Log:
Support -title for -vo corevideo.
Modified:
trunk/libvo/vo_corevideo.m
Modified: trunk/libvo/vo_corevideo.m
==============================================================================
--- trunk/libvo/vo_corevideo.m Sat Dec 3 23:29:25 2011 (r34386)
+++ trunk/libvo/vo_corevideo.m Sat Dec 3 23:36:50 2011 (r34387)
@@ -203,6 +203,7 @@ static int config(uint32_t width, uint32
//config OpenGL View
[mpGLView config];
[mpGLView reshape];
+ [[mpGLView window] setTitle:[NSString stringWithCString:vo_wintitle ? vo_wintitle : title]];
}
else
{
More information about the MPlayer-cvslog
mailing list