Skip to content

Commit

Permalink
[ISM] force secure decoder (android)
Browse files Browse the repository at this point in the history
  • Loading branch information
peak3d committed Sep 22, 2017
1 parent 8e505bb commit dde3921
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# inputstream.adaptive (2.1.3)
# inputstream.adaptive (2.1.4)

This is an adaptive file addon for kodi's new InputStream Interface.

Expand Down
2 changes: 1 addition & 1 deletion inputstream.adaptive/addon.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="inputstream.adaptive"
version="2.1.3"
version="2.1.4"
name="InputStream Adaptive"
provider-name="peak3d">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
1 change: 1 addition & 0 deletions src/parser/SmoothTree.cpp
Expand Up @@ -213,6 +213,7 @@ start(void *data, const char *el, const char **attr)
{
dash->currentNode_ |= SmoothTree::SSMNODE_PROTECTION;
dash->encryptionState_ = SmoothTree::ENCRYTIONSTATE_SUPPORTED;
dash->need_secure_decoder_ = true;
}
}
else if (strcmp(el, "SmoothStreamingMedia") == 0)
Expand Down

0 comments on commit dde3921

Please sign in to comment.