On Thu, Oct 9, 2014 at 2:21 AM, Luca Barbato <[email protected]> wrote: > Add a private API to manipulate AVPacketLists. > --- > doc/APIchanges | 4 ++++ > libavcodec/avcodec.h | 5 +++++ > libavcodec/avpacket.c | 56 > ++++++++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/internal.h | 36 ++++++++++++++++++++++++++++++++ > libavcodec/version.h | 2 +- > libavformat/avformat.h | 6 ------ > libavformat/version.h | 2 +- > 7 files changed, 103 insertions(+), 8 deletions(-)
This is an ABI break, and should be treated with deprecation guards, etc. [...] Timothy _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
