# HG changeset patch # User reimar # Date 1322951810 0 # Node ID 1237a0a79119b022bf13e980aa6a2489cd99dcbe # Parent a15ac2fd7f0131dca1854829ab3b5bbdbb7ee827 Support -title for -vo corevideo. diff -r a15ac2fd7f01 -r 1237a0a79119 libvo/vo_corevideo.m --- 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 {