Commit 4ebf478f authored by Marton Balint's avatar Marton Balint

avformat/mxfdec: track metadata sets by their type

We typically are only interesed in a single type of metadata set, so it is
better to keep them separated instead of always filtering for them.

Also use av_dynarray_add for increasing their array.
Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent aa299faa
......@@ -55,6 +55,7 @@ enum MXFMetadataSetType {
GroupOfSoundfieldGroupsLabelSubDescriptor,
FFV1SubDescriptor,
JPEG2000SubDescriptor,
MetadataSetTypeNB
};
enum MXFFrameLayout {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment