compilation issue on Mac OS 2
This commit is contained in:
parent
c7aec66195
commit
51ef600fe6
@ -4,6 +4,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// *****************************************************************************
|
// *****************************************************************************
|
||||||
|
#include <array>
|
||||||
#include "exiv2lib_export.h"
|
#include "exiv2lib_export.h"
|
||||||
|
|
||||||
// included header files
|
// included header files
|
||||||
|
|||||||
@ -97,8 +97,7 @@ bool AsfVideo::GUIDTag::operator<(const GUIDTag& other) const {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::array<byte, 8> data = {0x75, 0xB2, 0x26, 0x30, 0x66, 0x8E, 0x11, 0xCF};
|
const AsfVideo::GUIDTag Header(0x75B22630, 0x668E, 0x11CF, {0xA6, 0xD9, 0x00, 0xAA, 0x00, 0x62, 0xCE, 0x6C});
|
||||||
const AsfVideo::GUIDTag Header(0x75B22630, 0x668E, 0x11CF, data);
|
|
||||||
|
|
||||||
const std::map<AsfVideo::GUIDTag, std::string> GUIDReferenceTags = {
|
const std::map<AsfVideo::GUIDTag, std::string> GUIDReferenceTags = {
|
||||||
/// Top-level ASF object GUIDS
|
/// Top-level ASF object GUIDS
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user