Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: ANNOUNCE: DXR3 plugin vdr-dxr3-0.1.2



In message <200212242332.40776.dxr3_osd@schluenss.de>
          Stefan Schluenss <dxr3_osd@schluenss.de> wrote:

> On Tuesday 24 December 2002 23:12, Aike J Sommer (AS Media) wrote:
>
> > > > You could try to patch line 388 of spuenc.c from
> > > > 	if (hsize != 720)
> > > > to
> > > > 	if ((hsize != 720) || (hsize != 702))
> >
> > i dont really have the code here, but i guess it has to be "logical and"
> > and not "logical or" as hsize can not be 720 and 702 at the same time...
> > that would make the statement always true!!
>
> Argh, of course it should be "logical AND". 
> 
> The conclusion of this stupid mistake: 
> 	Don't drink and program ;-)

Yes, I realised this earlier, but forgot to mention it.  Anyway, I tried
'&&' instead of '||' but it didn't make any difference.  My system works
best with scaling disabled completely (the nice 0 trick!).


-- 
Richard.

"Will you still need me, will you still feed me.  When I'm sixty-four."


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index