From 4ebf478f4c5c31535f36ad648e7a8615441b90a5 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Sat, 17 Feb 2024 22:53:00 +0100 Subject: 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: Marton Balint --- libavformat/mxf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/mxf.h') diff --git a/libavformat/mxf.h b/libavformat/mxf.h index e16843214c..673703f6bc 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -55,6 +55,7 @@ enum MXFMetadataSetType { GroupOfSoundfieldGroupsLabelSubDescriptor, FFV1SubDescriptor, JPEG2000SubDescriptor, + MetadataSetTypeNB }; enum MXFFrameLayout { -- cgit v1.2.3