summaryrefslogtreecommitdiff
path: root/src/MDD.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2016-11-22 17:58:19 +0000
committerjhurst <>2016-11-22 17:58:19 +0000
commit8fd602770d89acb171dbd878d8737ead85aa35d3 (patch)
tree229577c9b4389f7e05694a1f4241d0a9160dd461 /src/MDD.h
parentb3e312cda7ce3e7027f5fb44ef2ffd87d713dd8d (diff)
o Added optional Generic Partition to IMF Aux Data prototype, used to carry global metadata
o Added support for 192, 200 and 240 fps images, includes 96, 100 and 120 fpe stereo o Fixed raw essence detector for IMF Aux Data files o Added missing MCA properties to MCALabelSubDescriptor (contributed by Ruppel) o New MXF data type: LineMapPair o Added default 0,0 VideoLineMap value when wrapping CDCI with as-02-wrap o Added VideoLineMap property to GenericPictureEssenceDescriptor o Added timed text unwrap support to as-02-unwrap (contributed by Ruppel)
Diffstat (limited to 'src/MDD.h')
-rwxr-xr-xsrc/MDD.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/MDD.h b/src/MDD.h
index cef2db3..7240ba2 100755
--- a/src/MDD.h
+++ b/src/MDD.h
@@ -419,6 +419,20 @@ namespace ASDCP {
MDD_PrivateDCDataWrappingFrame, // 381
MDD_PrivateDCDataEssence, // 382
MDD_PrivateDCDataDescriptor, // 383
+
+ MDD_MCALabelSubDescriptor_MCATitle, // 384
+ MDD_MCALabelSubDescriptor_MCATitleVersion, // 385
+ MDD_MCALabelSubDescriptor_MCATitleSubVersion, // 386
+ MDD_MCALabelSubDescriptor_MCAEpisode, // 387
+ MDD_MCALabelSubDescriptor_MCAPartitionKind, // 388
+ MDD_MCALabelSubDescriptor_MCAPartitionNumber, // 389
+ MDD_MCALabelSubDescriptor_MCAAudioContentKind, // 390
+ MDD_MCALabelSubDescriptor_MCAAudioElementKind, // 391
+
+ MDD_IMFDynamicMetadataWrappingFrame, // 392
+ MDD_IMFDynamicMetadataEssence, // 393
+ MDD_IMFDynamicMetadataDescriptor, // 394
+ MDD_IMFDynamicMetadataDescriptor_GlobalPayloadSID, // 395
MDD_Max
}; // enum MDD_t