Skip to content

Commit

Permalink
Merge branch 'master' into Leia
Browse files Browse the repository at this point in the history
  • Loading branch information
peak3d committed Jun 7, 2019
2 parents 18beb22 + b1ea095 commit 4b275ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# inputstream.adaptive (2.3.20)
# inputstream.adaptive (2.3.21)

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

Expand Down
5 changes: 4 additions & 1 deletion inputstream.adaptive/addon.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="inputstream.adaptive"
version="2.3.20"
version="2.3.21"
name="InputStream Adaptive"
provider-name="peak3d">
<requires>@ADDON_DEPENDS@</requires>
Expand All @@ -17,6 +17,9 @@
<description lang="en">InputStream client for adaptive streams</description>
<platform>@PLATFORM@</platform>
<news>
v2.3.21 (2019-06-07)
- [DASH] initialize segment::range_begin_ for URL segments (youtube)

v2.3.20 (2019-06-07)
- Fix parsing PR ContentProtection KID

Expand Down
1 change: 1 addition & 0 deletions src/parser/DASHTree.cpp
Expand Up @@ -258,6 +258,7 @@ start(void *data, const char *el, const char **attr)
{
DASHTree::Segment seg;
seg.pssh_set_ = 0;
seg.range_begin_ = ~0ULL;
if (strcmp(el, "SegmentURL") == 0)
{
for (; *attr;)
Expand Down

0 comments on commit 4b275ed

Please sign in to comment.