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



Hi,
Stefan Schluenss wrote:

>I guess those stations are sending with 702 (which we have forgotten) and this 
>results in downscaling. 
>
>You could try to patch line 388 of spuenc.c from
>	if (hsize != 720)
>to
>	if ((hsize != 720) || (hsize != 702))
>
>  
>
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))

Timon



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



Home | Main Index | Thread Index