avcodec.h: split AVCodecDescriptor API into its own header

This commit is contained in:
Anton Khirnov
2020-04-07 16:41:48 +02:00
parent c6978418b8
commit 672946c7fe
4 changed files with 134 additions and 93 deletions

View File

@@ -15,7 +15,8 @@ libavutil: 2017-10-21
API changes, most recent first:
2020-xx-xx - xxxxxxxxxx - lavc 58.78.100 - avcodec.h codec_id.h packet.h
2020-xx-xx - xxxxxxxxxx - lavc 58.78.100 - avcodec.h codec_desc.h codec_id.h packet.h
Move AVCodecDesc-related public API to new header codec_desc.h.
Move AVCodecID enum to new header codec_id.h.
Move AVPacket-related public API to new header packet.h.