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
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??
aike
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index