[EMAIL PROTECTED] wrote:
> I don'tunderstand this code:
>
>     if (src_w > 720)
>         src_w = 720;
>     if (src_h > 288)
>         src_h = 288;
> 
> This is not NTSC or PAL, my dvd stream are all 720x576!

288 is 576/2. So, it is a number of scanlines of a field of PAL.
And this code is for NEOPutVideo().
NEOPutVideo() shows a video input from ZV port on the window.

I think that you can ignore this.
Because when you playback DVD, this code is not called.

Best Regards,
Shigehiro Nomura                   [EMAIL PROTECTED]
_______________________________________________
Neomagic mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/neomagic

Reply via email to