On 09/10/14 16:38, Timothy Gu wrote:
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.
No it is not. it is mainly moving a struct definition to a place from
another. The version bump is just to make apparent to users that now
they can use that struct in avcodec as well.
Users using it from avformat still will get it since avformat.h must
include avcodec.h
lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel