[MPlayer-dev-eng] [PATCH] vo_kva: support -title/-use-filename-title
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sat Dec 3 20:09:44 CET 2011
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);
More information about the MPlayer-dev-eng
mailing list