vlc | branch: master | Francois Cartegnie <fcvlc...@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;

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to