changeset 34299:1237a0a79119

Support -title for -vo corevideo.
author reimar
date Sat, 03 Dec 2011 22:36:50 +0000
parents a15ac2fd7f01
children 77976b68285b
files libvo/vo_corevideo.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_corevideo.m	Sat Dec 03 22:29:25 2011 +0000
+++ b/libvo/vo_corevideo.m	Sat Dec 03 22:36:50 2011 +0000
@@ -203,6 +203,7 @@
 		//config OpenGL View
 		[mpGLView config];
 		[mpGLView reshape];
+		[[mpGLView window] setTitle:[NSString stringWithCString:vo_wintitle ? vo_wintitle : title]];
 	}
 	else
 	{