On Fri, Oct 23, 2015 at 11:11 AM, Luca Barbato <[email protected]> wrote: > Pave the way for having the size of the AVPacket struct not part > of the ABI. > --- > doc/APIchanges | 4 ++++ > libavcodec/avcodec.h | 34 ++++++++++++++++++++++++++++++++++ > libavcodec/avpacket.c | 33 +++++++++++++++++++++++++++++++++ > 3 files changed, 71 insertions(+) > > diff --git a/doc/APIchanges b/doc/APIchanges > index b3a3a1c..8629015 100644 > --- a/doc/APIchanges > +++ b/doc/APIchanges > @@ -12,6 +12,10 @@ libavutil: 2015-08-28 > > > API changes, most recent first: > +2015-xx-xx - xxxxxxx - lavc 57.6.0 - avcodec.h > + Add av_packet_alloc, av_packet_clone, av_packet_free > + they match the API of the AVFrame function with the > + same name. > > 2015-xx-xx - xxxxxxx - lavc 57.6.0 - avcodec.h > Deprecate av_free_packet, av_packet_unref replaces it
nit, please move this entry in the section below so that all avpacket changes have a single APIchange entry (split in different points). -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
