[FFmpeg-devel] [PATCH 1/3] avcodec.h: split AVPacket API into its own header
James Almer
jamrial at gmail.com
Wed Apr 8 16:37:05 EEST 2020
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).
More information about the ffmpeg-devel
mailing list