summaryrefslogtreecommitdiff
path: root/src/AS_DCP_internal.h
diff options
context:
space:
mode:
authorJohn Hurst <jhurst@cinecert.com>2021-08-26 20:42:53 -0700
committerGitHub <noreply@github.com>2021-08-26 20:42:53 -0700
commitb8c87905046423d7f04e9103ffb321a4d23870eb (patch)
tree06ca1754874997abe9279e34b275ff5159e3d927 /src/AS_DCP_internal.h
parent1ff08641353a1ff1887f223dc01310cc0167d8fe (diff)
parentfdd28f8bb3608978e75b27c5410db447396f361b (diff)
Merge pull request #10 from DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/definitions_into_namespace
Put definitions inside their corresponding namespaces
Diffstat (limited to 'src/AS_DCP_internal.h')
-rwxr-xr-xsrc/AS_DCP_internal.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/AS_DCP_internal.h b/src/AS_DCP_internal.h
index 7f3201f..11443ee 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)