diff options
author | James Almer <jamrial@gmail.com> | 2023-10-27 08:52:12 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-10-27 08:52:35 -0300 |
commit | 52a9764260460268ae38da22386c939ca9426972 (patch) | |
tree | ab124037665224de695ed6b1b53a008f0ce273bf /doc | |
parent | 35b06853d1ba7a871a47b241b1f9f6cc7b4b08d1 (diff) | |
download | ffmpeg-52a9764260460268ae38da22386c939ca9426972.tar.gz |
avutil: bump minor version after recent commits
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 9b109e6fa7..9622d6db3b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,13 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2023-10-27 - xxxxxxxxxx - lavu 58.28.100 - channel_layout.h + Add AV_CH_LAYOUT_3POINT1POINT2 and AV_CHANNEL_LAYOUT_3POINT1POINT2. + Add AV_CH_LAYOUT_5POINT1POINT2_BACK and AV_CHANNEL_LAYOUT_5POINT1POINT2_BACK. + Add AV_CH_LAYOUT_5POINT1POINT4_BACK and AV_CHANNEL_LAYOUT_5POINT1POINT4_BACK. + Add AV_CH_LAYOUT_7POINT1POINT2 and AV_CHANNEL_LAYOUT_7POINT1POINT2. + Add AV_CH_LAYOUT_7POINT1POINT4_BACK and AV_CHANNEL_LAYOUT_7POINT1POINT4_BACK. + 2023-10-06 - xxxxxxxxxx - lavc 60.30.101 - avcodec.h AVCodecContext.coded_side_data may now be used during decoding, to be set by user before calling avcodec_open2() for initialization. |