mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.
This commit is contained in:
@@ -64,6 +64,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 {
|
||||
|
||||
Reference in New Issue
Block a user