diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-04-07 16:41:48 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-04-10 14:15:14 +0200 |
commit | 672946c7fe6de56ccf5d2271ad1bfeb2290f394f (patch) | |
tree | 8306f7f04781ef2ae4597a3d1d3cd70bf25c51e3 /doc/APIchanges | |
parent | c6978418b836180c349aea3512f0a96227ecfc9b (diff) | |
download | ffmpeg-672946c7fe6de56ccf5d2271ad1bfeb2290f394f.tar.gz |
avcodec.h: split AVCodecDescriptor API into its own header
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 74b18755e1..4cc2367e69 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -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. |