The api change :
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2006-September/015181.html

How it works today:
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2006-October/016469.html [1]
 
Thus I made the set of patches available in :
http://dev.openwengo.com/trac/openwengo/trac.cgi/ticket/1741

Rational :
It is based on :
https://init.linpro.no/pipermail/skolelinux.no/cinelerra/2007-February/010115.html
though regarding [1] I decided to take it the opposite that is :
- sws_scale is only available in newer and transitional (those that have
it but only as an emaulation while using old img_convert and
img_resample)
Thus I check if sws_scale is available and use it even if img_convert is
also available. If it is not available I fail back to img_convert and
img_resample.

Remains the issue of phapi where I did not found out the rationale and
th even the use of img_resample_init ... I disable the code. Could you
comment, validate or commmit.

Best regards
Alban
 
_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to