From: Måns Rullgård Date: Tue, 15 Jun 2010 13:26:52 +0000 (+0000) Subject: Add compatibility wrappers for functions moved from lavf to lavc X-Git-Tag: n0.8~4689 X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=b462d13262f1a1d88c08981a742355f7c99c1959;hp=b462d13262f1a1d88c08981a742355f7c99c1959;ds=inline Add compatibility wrappers for functions moved from lavf to lavc When symbol versioning is enabled, moving symbols from one library to another breaks binary compatibility. This adds wrappers with the old version tag for the av_*packet functions recently moved to lavc. Originally committed as revision 23611 to svn://svn.ffmpeg.org/ffmpeg/trunk ---