aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-10-27 00:31:25 -0300
committerJames Almer <jamrial@gmail.com>2022-11-03 19:39:45 -0300
commit6228ba141df5e00cdc46e70d082c8399179476bf (patch)
tree81b55ac9da99688495ffa2677f114ee8b38a4565 /doc/APIchanges
parent8c7d3b43cc1e41de62733eb90dda7e061778f390 (diff)
downloadffmpeg-6228ba141df5e00cdc46e70d082c8399179476bf.tar.gz
avutil/channel_layout: add a 7.1(top) channel layout
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 3c86f24285..1c4fd7efd4 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2022-11-03 - xxxxxxxxxx - lavu 57.41.100 - channel_layout.h
+ Add AV_CH_LAYOUT_7POINT1_TOP_BACK and AV_CHANNEL_LAYOUT_7POINT1_TOP_BACK.
+
2022-10-30 - xxxxxxxxxx - lavu 57.40.100 - channel_layout.h
Add AV_CH_LAYOUT_CUBE and AV_CHANNEL_LAYOUT_CUBE.