[MPlayer-dev-eng] [PATCH] Teletext support try3 (1/5, core)

Vladimir Voroshilov voroshil at gmail.com
Tue Jul 17 19:13:46 CEST 2007


2007/7/17, Diego Biurrun <diego at biurrun.de>:
> On Tue, Jul 17, 2007 at 10:19:42PM +0700, Vladimir Voroshilov wrote:
> > format (opaque,transparent, etc) and mode (on/off) options/slaves have been
> > splitted.
> >
> > This version (along with another 4 patches) i want to commit at weekend if
> > nobody will object.
> >
> > --- stream/tvi_vbi.c  (revision 0)
> > +++ stream/tvi_vbi.c  (revision 0)
> > @@ -0,0 +1,1432 @@
> > +/**
> > + * \brief convert chars from curent teletext codepage into MPlayer charset
> > + * \param p tt_char structure to recode
> > + * \param lang teletext internal language code (see lang2id)
> > + *
> > + * \remarks
> > + * routine will analyze raw member of given tt_char structure and
> > + * fill unicode member of the same struct with apropriate utf8 code.
> > + *
> > + */
> > +void conv2uni(tt_char*p,int lang)
>
> I prefer no empty lines at the end of Doxygen comments, but feel free to
> ignore me.
>
Will be fixed in next version.

-- 
Regards,
Vladimir Voroshilov     mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719



More information about the MPlayer-dev-eng mailing list