> -----Original Message----- > From: [email protected] [mailto:libav-user- > [email protected]] On Behalf Of bob paulose appackan > Sent: 21 January 2011 12:23 > To: Libav* user questions and discussions > Subject: [libav-user] Advice on updation from 0.5 to 0.6 > > Hi Everyone, > > I am working on the FFMPEG part integrated with a bigger framework. The > FFMPEG APIs are tightly integrated with the whole framework. > > Only the FFMPEG parsers and constructors are used. > > I NEED AN ADVICE on how to plan an up-gradation to the latest 0.6 > release code of FFMPEG from the version 0.5 that I am currently using. > > Any point of advice would be great as I am new to FFMPEG. > > Cheers, > Bob > > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user
Hi, I did this a while back and it was pretty simple from what I remember. I just swapped 0.5 out and 0.6 in and compiled and then fixed the few errors that there were. The API hasn't changed much - most of my problems were with some Java code that I had where I had copied some things from the ffmpeg header files (bad practice I know, but unavoidable in my case), which had been changed (the pixel formats have changed a bit, but older values are #defined to new ones so you shouldn't notice). Hope this helps, Andrew :) _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
