[vlc-commits] demux: adaptive: expose inheritSegment*
Francois Cartegnie
git at videolan.org
Tue Mar 24 23:35:14 CET 2020
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Mar 22 16:23:20 2020 +0100| [9af1443353f4b9dded9fcbf2ef1559c6d7a882ad] | committer: Francois Cartegnie
demux: adaptive: expose inheritSegment*
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9af1443353f4b9dded9fcbf2ef1559c6d7a882ad
---
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 af142cadd9..ffbdf9dcb6 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(vlc_tick_t);
void setAvailabilityTimeComplete(bool);
-
- private:
- void init();
SegmentBase * inheritSegmentBase() const;
SegmentList * inheritSegmentList() const;
MediaSegmentTemplate * inheritSegmentTemplate() const;
vlc_tick_t inheritAvailabilityTimeOffset() const;
bool inheritAvailabilityTimeComplete() const;
+ private:
+ void init();
SegmentBase *segmentBase;
SegmentList *segmentList;
MediaSegmentTemplate *mediaSegmentTemplate;
More information about the vlc-commits
mailing list