Merge commit 'c98f3169bf
'
* commit 'c98f3169bf
':
lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.
Conflicts:
doc/APIchanges
libavutil/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
a2bc6c116d
6 changed files with 165 additions and 2 deletions
|
@ -87,6 +87,11 @@ enum AVFrameSideDataType {
|
|||
* The data is the AVMatrixEncoding enum defined in libavutil/channel_layout.h.
|
||||
*/
|
||||
AV_FRAME_DATA_MATRIXENCODING,
|
||||
/**
|
||||
* Metadata relevant to a downmix procedure.
|
||||
* The data is the AVDownmixInfo struct defined in libavutil/downmix_info.h.
|
||||
*/
|
||||
AV_FRAME_DATA_DOWNMIX_INFO,
|
||||
};
|
||||
|
||||
typedef struct AVFrameSideData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue