diff options
author | James Almer <jamrial@gmail.com> | 2022-10-30 13:06:23 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-10-30 16:18:30 -0300 |
commit | 83e918de712f04cfd3b3c3e63214107463841d4d (patch) | |
tree | d0fc448fc07e2a786bce2ee6eb4bfc73a34c7510 /doc | |
parent | 01b9abd7716cf24d3de870fd563e118d0d71123f (diff) | |
download | ffmpeg-83e918de712f04cfd3b3c3e63214107463841d4d.tar.gz |
avutil/channel_layout: add a cube channel layout
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 | ||||
-rw-r--r-- | doc/utils.texi | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 5807bf8069..3c86f24285 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,9 @@ libavutil: 2021-04-27 API changes, most recent first: +2022-10-30 - xxxxxxxxxx - lavu 57.40.100 - channel_layout.h + Add AV_CH_LAYOUT_CUBE and AV_CHANNEL_LAYOUT_CUBE. + 2022-10-11 - xxxxxxxxxx - lavu 57.39.101 - pixfmt.h Add AV_PIX_FMT_RGBF32 and AV_PIX_FMT_RGBAF32. diff --git a/doc/utils.texi b/doc/utils.texi index 627b55d154..907a6b87cb 100644 --- a/doc/utils.texi +++ b/doc/utils.texi @@ -715,6 +715,8 @@ FL+FR+FC+LFE+BL+BR+FLC+FRC FL+FR+FC+LFE+FLC+FRC+SL+SR @item octagonal FL+FR+FC+BL+BR+BC+SL+SR +@item cube +FL+FR+BL+BR+TFL+TFR+TBL+TBR @item hexadecagonal FL+FR+FC+BL+BR+BC+SL+SR+WL+WR+TBL+TBR+TBC+TFC+TFL+TFR @item downmix |