[MPlayer-dev-eng] [PATCH] vo_kva: support -title/-use-filename-title
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Mon Dec 5 19:09:50 CET 2011
On Mon, Dec 05, 2011 at 06:22:53PM +0900, KO Myung-Hun wrote:
> 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.
Thanks, applied.
More information about the MPlayer-dev-eng
mailing list