changeset 34310:7ef4cfcb1791

vo_kva: support -title.
author reimar
date Mon, 05 Dec 2011 18:09:21 +0000
parents 119af6360b00
children cdee75826a31
files libvo/vo_kva.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_kva.c	Mon Dec 05 18:08:29 2011 +0000
+++ b/libvo/vo_kva.c	Mon Dec 05 18:09:21 2011 +0000
@@ -673,6 +673,9 @@
 {
     RECTL   rcl;
 
+    if (vo_wintitle)
+        title = vo_wintitle;
+
     mp_msg(MSGT_VO, MSGL_V,
            "KVA: Using 0x%X (%s) image format, vo_config_count = %d\n",
            format, vo_format_name(format), vo_config_count);