diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-05-21 18:16:22 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-06-10 16:51:44 +0200 |
commit | ff0a96046d8d2758139872fd94f95da9d5b83caa (patch) | |
tree | 4eccbf1c6f8bb2b09758df11a2a6753ad69d594c /doc/APIchanges | |
parent | cf1746d77989c2742c8c364f57a626942cccd8d1 (diff) | |
download | ffmpeg-ff0a96046d8d2758139872fd94f95da9d5b83caa.tar.gz |
lavc: move small misc definitions into a separate header
This will allow to avoid #including the entire avcodec.h in some places.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index c46f4d5304..30203d8ad5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,16 @@ libavutil: 2021-04-27 API changes, most recent first: +2021-xx-xx - xxxxxxxxxx - lavc 59.1.100 - avcodec.h defs.h + Add new installed header defs.h. The following definitions are moved + into it from avcodec.h: + - AVDiscard + - AVAudioServiceType + - AVPanScan + - AVCPBProperties and av_cpb_properties_alloc() + - AVProducerReferenceTime + - av_xiphlacing() + 2021-04-27 - cb3ac722f4 - lavc 59.0.100 - avcodec.h Constified AVCodecParserContext.parser. |