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

Diego Biurrun diego at biurrun.de
Tue Jul 17 17:43:02 CEST 2007


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.

Diego



More information about the MPlayer-dev-eng mailing list