avformat/mxfdec: support MCA audio information
Channel reordering is removed from this patch because the new channel layout API will support it properly. Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
3fc72c9fc1
commit
47c4df2203
2 changed files with 285 additions and 6 deletions
|
|
@ -50,6 +50,9 @@ enum MXFMetadataSetType {
|
|||
TaggedValue,
|
||||
TapeDescriptor,
|
||||
AVCSubDescriptor,
|
||||
AudioChannelLabelSubDescriptor,
|
||||
SoundfieldGroupLabelSubDescriptor,
|
||||
GroupOfSoundfieldGroupsLabelSubDescriptor,
|
||||
};
|
||||
|
||||
enum MXFFrameLayout {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue