[MPlayer-dev-eng] [PATCH] vo_kva: support -title/-use-filename-title

KO Myung-Hun komh78 at gmail.com
Mon Dec 5 10:22:53 CET 2011


Hi/2.

Reimar Döffinger wrote:
> Hello,
> untested, but should do what subject says.
> 
> Index: libvo/vo_kva.c
> ===================================================================
> --- libvo/vo_kva.c	(revision 34377)
> +++ libvo/vo_kva.c	(working copy)
> @@ -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);

Ok.

-- 
KO Myung-Hun

Using Mozilla SeaMonkey 2.0.14
Under OS/2 Warp 4 for Korean with FixPak #15
On AMD ThunderBird 1GHz with 512 MB RAM

Korean OS/2 User Community : http://www.ecomstation.co.kr



More information about the MPlayer-dev-eng mailing list