On Sat, 06 Dec 2008 15:19:03 -0500, Clemente Tort Barbero <[EMAIL PROTECTED]> wrote: > I still cant get imgconvert :(:(:( > > there's anything special to include, or a param in configure?
img_convert was replaced by sws_scale. libswscale is GPLed, but you don't need --enable-gpl to use the "sws_scale" function because there is a default sws_scale which calls the old img_convert code. Have a look at ffplay.c to see how to use sws_scale. Also, the header files are full of comments. In particular, libavutil/avutil.h has some comments on each pixel format, giving a brief description of how it is stored into data[0..3] _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
