diff options
author | James Almer <jamrial@gmail.com> | 2024-12-30 15:15:54 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-01-03 10:27:12 -0300 |
commit | da9dcaba69da5b06547c6bb718cf72158d4aa3e6 (patch) | |
tree | fea102397a9dd0f34bd2a22116925fa1777a23d4 /doc/APIchanges | |
parent | 551041e384387d036bb9d92e619b2106c36394da (diff) | |
download | ffmpeg-da9dcaba69da5b06547c6bb718cf72158d4aa3e6.tar.gz |
avutil/channel_layout: add a 5.1.2 layout using side channels
And rename the existing 5.1.2 to explicitly state it contains back channels.
Signed-off-by: James Almer <jamrial@gmail.com>
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 4fa4db142f..9f5829921c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2025-01-xx - xxxxxxxxxx - lavu 59.54.100 - frame.h + Add AV_CH_LAYOUT_5POINT1POINT2 and AV_CHANNEL_LAYOUT_5POINT1POINT2. + 2024-12-xx - xxxxxxxxxx - lavu 59.53.100 - frame.h Add av_frame_side_data_remove_by_props(). |