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/APIchanges | |
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/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 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. |