oi
[asdcplib.git] / src / MDD.h
index e3145f5be50d5716135a1f7a24b6230195a03c87..758096f883c3bf3f6d3c976bfc4e4bb3c37a873c 100755 (executable)
--- a/src/MDD.h
+++ b/src/MDD.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2006, John Hurst
+Copyright (c) 2006-2009, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -305,8 +305,14 @@ namespace ASDCP {
        MDD_DMSegment_Duration, // 267
        MDD_DMSegment_TrackIDList, // 268
        MDD_StereoscopicPictureSubDescriptor, // 269
-       MDD_Max,
+        MDD_WaveAudioDescriptor_ChannelAssignment,  // 270
+       MDD_GenericStream_DataElement, // 271
+        MDD_GenericDescriptor_MXFInterop_SubDescriptors,  // 272
+       MDD_Max
     }; // enum MDD_t
+
+    const ui32_t MDD_Table_size = 273;
 } // namespaceASDCP