[vlc-commits] demux: adaptive: expose inheritSegment*
Francois Cartegnie
git at videolan.org
Mon Mar 30 16:16:46 CEST 2020
vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Mar 22 16:23:20 2020 +0100| [4637ad007c6fb36d2df959aef7aa14d0598093ad] | committer: Francois Cartegnie
demux: adaptive: expose inheritSegment*
(cherry picked from commit 9af1443353f4b9dded9fcbf2ef1559c6d7a882ad)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=4637ad007c6fb36d2df959aef7aa14d0598093ad
---
modules/demux/adaptive/playlist/SegmentInformation.hpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/modules/demux/adaptive/playlist/SegmentInformation.hpp b/modules/demux/adaptive/playlist/SegmentInformation.hpp
index 49f45cfb50..da670665c7 100644
--- a/modules/demux/adaptive/playlist/SegmentInformation.hpp
+++ b/modules/demux/adaptive/playlist/SegmentInformation.hpp
@@ -101,15 +101,14 @@ namespace adaptive
Property<Url *> baseUrl;
void setAvailabilityTimeOffset(mtime_t);
void setAvailabilityTimeComplete(bool);
-
- private:
- void init();
SegmentBase * inheritSegmentBase() const;
SegmentList * inheritSegmentList() const;
MediaSegmentTemplate * inheritSegmentTemplate() const;
mtime_t inheritAvailabilityTimeOffset() const;
bool inheritAvailabilityTimeComplete() const;
+ private:
+ void init();
SegmentBase *segmentBase;
SegmentList *segmentList;
MediaSegmentTemplate *mediaSegmentTemplate;
More information about the vlc-commits
mailing list