On Mon, 2006-11-06 at 16:27 -0500, Jason Tackaberry wrote:
> For xine, I _think_ it ought to be enough to set expand filter aspect to
> 16/9, and in _x11_frame_output_cb, return 4/3.0 as the aspect, i.e.
> 
>         return (0, 0), (0, 0), (w, h), 4/3.0

More correctly (and more explicitly):

        return (0, 0), (0, 0), (w, h), (16 / 9.0) / (w / float(h))

The last argument is the display pixel aspect.



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to