On date Tuesday 2009-10-06 09:52:32 -0500, [email protected] encoded: > > I have some legacy code which was written to an old version of ffmpeg, and > I would like to migrate it to the latest version. I currently have > problems with the following structs and methods, which were first > deprecated and then removed, apparently. Can anyone tell me (or point me > to some documentation) on the intended replacements for these in the latest > ffmpeg? > > img_convert > ImgReSampleContext (struct) > img_resample_full_init > img_resample > img_resample_close
Basically you have to read docs for libswscale. swscale.h contains some doxy, then there is swsscale-example.c which can provide an usage example. Also note that libswscale is not fully LGPL. Regards. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
