[vlc-commits] demux: adaptive: privatize method

Francois Cartegnie git at videolan.org
Wed Sep 21 18:52:31 CEST 2016


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Sep 16 13:27:37 2016 +0200| [be0c5bce6d7666d441d98baf971ca075ed9ce27b] | committer: Francois Cartegnie

demux: adaptive: privatize method

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be0c5bce6d7666d441d98baf971ca075ed9ce27b
---

 modules/demux/adaptive/SegmentTracker.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/adaptive/SegmentTracker.hpp b/modules/demux/adaptive/SegmentTracker.hpp
index 704a65d..301fdff 100644
--- a/modules/demux/adaptive/SegmentTracker.hpp
+++ b/modules/demux/adaptive/SegmentTracker.hpp
@@ -90,7 +90,6 @@ namespace adaptive
             SegmentTracker(AbstractAdaptationLogic *, BaseAdaptationSet *);
             ~SegmentTracker();
 
-            void setAdaptationLogic(AbstractAdaptationLogic *);
             StreamFormat getCurrentFormat() const;
             bool segmentsListReady() const;
             void reset();
@@ -103,6 +102,7 @@ namespace adaptive
             void updateSelected();
 
         private:
+            void setAdaptationLogic(AbstractAdaptationLogic *);
             void notify(const SegmentTrackerEvent &);
             bool first;
             bool initializing;



More information about the vlc-commits mailing list