Skip to content

Commit

Permalink
update against current master
Browse files Browse the repository at this point in the history
  • Loading branch information
msheby committed Dec 13, 2023
1 parent 9e41e6c commit d5db5c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/AS_DCP.h
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,6 @@ namespace ASDCP {
byte_t AssetID[UUIDlen];
std::string NamespaceName;
std::string EncodingName;
std::string Language;
ResourceList_t ResourceList;
std::string RFC5646LanguageTagList;

Expand Down
3 changes: 0 additions & 3 deletions src/AS_DCP_TimedText.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ ASDCP::TimedText::MXFReader::h__Reader::MD_to_TimedText_TDesc(TimedText::TimedTe
TDesc.EncodingName = TDescObj->UCSEncoding;
TDesc.RFC5646LanguageTagList = TDescObj->RFC5646LanguageTagList;
TDesc.ResourceList.clear();
if (! TDescObj->RFC5646LanguageTagList.empty() ) {
TDesc.Language = TDescObj->RFC5646LanguageTagList.get();
}

Array<UUID>::const_iterator sdi = TDescObj->SubDescriptors.begin();
TimedTextResourceSubDescriptor* DescObject = 0;
Expand Down

0 comments on commit d5db5c6

Please sign in to comment.