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



On Friday 27 December 2002 12:02, Aike J Sommer (AS Media) wrote:
> Timon Heinze wrote:
> > IIRC the correct horizontal resolution is 704 (hres = x * 16). After
> > some tests i found this res on Premiere.
> >
> > So it would better to change the line 388 to:
> >    if ((hsize != 720) && (hsize != 704))
>
> how about
> if ( hsize < 700 )
> ??
>
> shouldnt that work??? or is it sometimes that hsize doesnt hold a
> correct value??
Yes indeed, sometimes we get very big values for channels which are sending 
with 480 but we are not sure whether this is a parsing problem inside the 
pugin. This line of code was only a (not so good) workaround for this 
problem. 

Stefan.



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



Home | Main Index | Thread Index