[MPlayer-dev-eng] [PATCH] Latin National Sub-Sets with teletext

Vladimir Voroshilov voroshil at gmail.com
Sun Aug 26 07:18:49 CEST 2007


2007/8/26, Vladimir Voroshilov <voroshil at gmail.com>:
> Hi, Otvos!
> Thanks for testing.
>
> 2007/8/26, Ötvös Attila <oattila at chello.hu>:
> > 2007. augusztus 25. 18.47 dátummal Vladimir Voroshilov ezt írta:
> > > Hi, Otvos
> > >
> > > Please test attached patch.
> > > This is simplified version of your patch.
> > Hi Vladimir Voroshilov!
> >
> > I corrected:
> > --- tvi_vbi.c
> > +++ tvi_vbi.c
> > @@ -295,8 +295,8 @@
> >                  return latin_subchars[lang][p-0x23];
> >              }else if (p==0x40){
> >                  return latin_subchars[lang][2];
> > -            }else if (p>=0x5c && p<=0x60){
> > -                return latin_subchars[lang][p-0x5c+3];
> > +            }else if (p>=0x5b && p<=0x60){
> > +                return latin_subchars[lang][p-0x5b+3];
> >              }else if (p>=0x7b && p<=0x7e){
> >                  return latin_subchars[lang][p-0x7b+9];
> >             }
> >
> > I think this patch work with latin charset.
> > I test:
> > Hungarian, German (PRO7), French (TV5), Italian (Rai Uno).
> >
>
> This means that tested patch works as it should.
> I'll apply it soon.
>

Applied.

-- 
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