On Mon, 25 Feb 2013, Luca Barbato wrote:
The functionis are private. --- libavcodec/lpc.c | 8 ++++---- libavutil/lls.c | 16 ++++++++-------- libavutil/lls.h | 8 ++++---- 3 files changed, 16 insertions(+), 16 deletions(-)
This will break a current libavcodec .so if linked against a newer libavutil .so. Either do this at a major bump, or keep the old function names as aliases until then.
// Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
