diff options
author | Jan Ekström <jeebjp@gmail.com> | 2020-06-11 22:08:30 +0300 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2020-08-04 00:17:56 +0300 |
commit | 34de0abbe71fa90e874ff902200e5c6c466ba2f6 (patch) | |
tree | 3067ef5a7906b516d8cdd3f3a662a7a6d6851c21 /doc/APIchanges | |
parent | 4ad868497f2b5b10bff934f46f1b590c28e999de (diff) | |
download | ffmpeg-34de0abbe71fa90e874ff902200e5c6c466ba2f6.tar.gz |
avutil/channel_layout: add 22.2 layout
Requires some extraneous top side and bottom front channels to be
defined.
According to STD-B59v2, the defined channel layout is:
- FL
- FR
- FC
- LFE1
- BL
- BR
- FLc
- FRc
- BC
- LFE2
- SiL
- SiR
- TpFL
- TpFR
- TpFC
- TpC
- TpBL
- TpBR
- TpSiL
- TpSiR
- TpBC
- BtFC
- BtFL
- BtFR
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 72a4833fbc..a9bf1afd4c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,11 @@ libavutil: 2017-10-21 API changes, most recent first: +2020-08-04 - xxxxxxxxxx - lavu 56.58.100 - channel_layout.h + Add AV_CH_LAYOUT_22POINT2 together with its newly required pieces: + AV_CH_TOP_SIDE_LEFT, AV_CH_TOP_SIDE_RIGHT, AV_CH_BOTTOM_FRONT_CENTER, + AV_CH_BOTTOM_FRONT_LEFT, AV_CH_BOTTOM_FRONT_RIGHT. + 2020-07-xx - xxxxxxxxxx - lavu 56.57.100 - cpu.h Add AV_CPU_FLAG_MMI and AV_CPU_FLAG_MSA. |