On Sun, Mar 11, 2012 at 3:53 AM, Andrey Utkin <[email protected]> wrote: > 2012/3/11 Bob Self <[email protected]>: >> The source at that link won't build for me. It uses >> avcodec_alloc_context3() and avcodec_open2() that my ffmpeg >> installation does not have. My avcodec version is 52.72.2 on Ubuntu >> 11.04. Do you know of a similar example that uses this version? > > Please consider working with recent ffmpeg versions. > > -- > Andrey Utkin > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user
I downloaded the current ffmpeg with git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg The version of avcodec is 54.10.100 I built it but still get the same error message about avcodec_alloc_context3() and avcodec_open2(). Looking this up I read that "THIS FUNCTION IS NOT YET PART OF THE PUBLIC API! we WILL change its arguments and name a few times!" What am I missing? _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
