summaryrefslogtreecommitdiff
path: root/src/AS_DCP.h
diff options
context:
space:
mode:
authorjelkins <jelkins@cinecert.com>2023-03-31 23:17:56 +0000
committerjelkins <jelkins@cinecert.com>2023-03-31 23:17:56 +0000
commit3a9cad7610de04d3d4dfe4dae036c11e354b2cbc (patch)
treed0d011bf4291b8577cd8388959c88389e10a67d5 /src/AS_DCP.h
parent3f9fd2c3c3fffcccd53016619475b32642ed6aa5 (diff)
feat: add RFC5646Language to TimedTextDescriptor
Diffstat (limited to 'src/AS_DCP.h')
-rwxr-xr-xsrc/AS_DCP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h
index aab7f77..a661226 100755
--- a/src/AS_DCP.h
+++ b/src/AS_DCP.h
@@ -1478,6 +1478,7 @@ namespace ASDCP {
std::string NamespaceName;
std::string EncodingName;
ResourceList_t ResourceList;
+ std::string RFC5646LanguageTagList;
TimedTextDescriptor() : ContainerDuration(0), EncodingName("UTF-8") { memset(AssetID, 0, UUIDlen); } // D-Cinema format is always UTF-8
};