[MPlayer-cvslog] r34398 - trunk/libvo/vo_kva.c

reimar subversion at mplayerhq.hu
Mon Dec 5 19:09:21 CET 2011


Author: reimar
Date: Mon Dec  5 19:09:21 2011
New Revision: 34398

Log:
vo_kva: support -title.

Modified:
   trunk/libvo/vo_kva.c

Modified: trunk/libvo/vo_kva.c
==============================================================================
--- trunk/libvo/vo_kva.c	Mon Dec  5 19:08:29 2011	(r34397)
+++ trunk/libvo/vo_kva.c	Mon Dec  5 19:09:21 2011	(r34398)
@@ -673,6 +673,9 @@ static int config(uint32_t width, uint32
 {
     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);


More information about the MPlayer-cvslog mailing list