Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT committed Oct 28, 2024
1 parent b0130e9 commit 91bb8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/SmoothTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ bool adaptive::CSmoothTree::ParseManifest(const std::string& data)
if (nodeProt)
{
period->SetEncryptionState(EncryptionState::NOT_SUPPORTED);
period->SetSecureDecodeNeeded(true);
//period->SetSecureDecodeNeeded(true);

pugi::xml_node nodeProtHead = nodeProt.child("ProtectionHeader");
if (nodeProtHead)
Expand Down

0 comments on commit 91bb8e2

Please sign in to comment.