diff options
| author | milla <marc.illa@dolby.com> | 2021-05-26 13:59:19 +0200 |
|---|---|---|
| committer | milla <marc.illa@dolby.com> | 2021-06-03 14:05:45 +0200 |
| commit | fdd28f8bb3608978e75b27c5410db447396f361b (patch) | |
| tree | 4fd3e9ff4fa808993214956dd5753f950a6a1e47 /src/AS_DCP_internal.h | |
| parent | f9d7fbc33aa571c547d916b145712469efd9f4b8 (diff) | |
Put definitions inside their corresponding namespaces
Diffstat (limited to 'src/AS_DCP_internal.h')
| -rwxr-xr-x | src/AS_DCP_internal.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/AS_DCP_internal.h b/src/AS_DCP_internal.h index 5626058..9c92911 100755 --- a/src/AS_DCP_internal.h +++ b/src/AS_DCP_internal.h @@ -47,6 +47,8 @@ using namespace ASDCP::MXF; #endif +namespace ASDCP { + // uncomment to remove MXFGCGenericEssenceMultipleMappings from your AS-02 files // #define ASDCP_GCMULTI_PATCH @@ -61,10 +63,6 @@ extern MXF::OPAtomIndexFooter *g_OPAtomIndexFooter; extern MXF::RIP *g_RIP; #endif - -namespace ASDCP -{ - // static std::vector<int> version_split(const char* str) |
