diff options
| author | jelkins <jelkins@cinecert.com> | 2023-03-31 23:17:56 +0000 |
|---|---|---|
| committer | jelkins <jelkins@cinecert.com> | 2023-03-31 23:17:56 +0000 |
| commit | 3a9cad7610de04d3d4dfe4dae036c11e354b2cbc (patch) | |
| tree | d0d011bf4291b8577cd8388959c88389e10a67d5 /src/AS_DCP.h | |
| parent | 3f9fd2c3c3fffcccd53016619475b32642ed6aa5 (diff) | |
feat: add RFC5646Language to TimedTextDescriptor
Diffstat (limited to 'src/AS_DCP.h')
| -rwxr-xr-x | src/AS_DCP.h | 1 |
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 }; |
