On 4/8/2020 4:42 AM, Anton Khirnov wrote: > --- > doc/APIchanges | 3 + > libavcodec/Makefile | 1 + > libavcodec/avcodec.h | 688 +--------------------------------------- > libavcodec/avpacket.c | 3 +- > libavcodec/packet.h | 713 ++++++++++++++++++++++++++++++++++++++++++ > libavcodec/version.h | 4 +- > 6 files changed, 722 insertions(+), 690 deletions(-) > create mode 100644 libavcodec/packet.h > > diff --git a/doc/APIchanges b/doc/APIchanges > index f1d7eac2ee..1b301bc20b 100644 > --- a/doc/APIchanges > +++ b/doc/APIchanges > @@ -15,6 +15,9 @@ libavutil: 2017-10-21 > > API changes, most recent first: > > +2020-xx-xx - xxxxxxxxxx - lavc 58.78.100 - avcodec.h packet.h > + Move AVPacket-related public API to new header packet.h. > +
LGTM (i think the doxy groups remain the same after this change). _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".