diff options
author | Anton Khirnov | 2020-04-07 16:41:48 +0200 |
---|---|---|
committer | Anton Khirnov | 2020-05-22 14:38:57 +0200 |
commit | 9d443c3e686de7e9e7f193425f0e631b20e2dd87 (patch) | |
tree | 9ed4fb0b4ca1d0641d160433dbf58bfd021eecf6 /doc/APIchanges | |
parent | f30a41a6086eb8c10f66090739a2a4f8491c3c7a (diff) |
avcodec.h: split AVCodecParameters API into its own header
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index c1ef1249a4..67c0a06c1d 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.87.100 - avcodec.h codec_par.h + Move AVCodecParameters-related public API to new header codec_par.h. + 2020-05-xx - xxxxxxxxxx - lavc 56.86.101 - avcodec.h Deprecated AV_CODEC_CAP_INTRA_ONLY and AV_CODEC_CAP_LOSSLESS. |