Descriptive Metadata support in replacement of :
"
// base library version
const char* BaseVersion = "based on mxflib 0.3.3.2";
// DMStiny
#ifdef DMStiny
// DMStinyIDs.h contains Company,Product,GUID, and
other stuff
#include "DMStinyIDs.h"
#include "DMStiny.h"
#else
// Product GUID and version text for this release
Uint8 ProductGUID_Data[16] = { 0x84, 0x66, 0x14, 0xf3,
0x27, 0xdd, 0xde, 0x40, 0x86, 0xdc, 0xe0, 0x99, 0xda,
0x7f, 0xd0, 0x53 };
string CompanyName = "freeMXF.org";
string ProductName = "mxfwrap file wrapper";
string ProductVersion = BaseVersion;
#endif
"
Logged In: YES
user_id=613688
More descriptive metadata handling will be added at some
point - at the moment we are interested in finding out what
functionality is desired by users of MXFLib.
Please can you give an indication of what you would like to see.