[vlc-commits] RateBasedAdaptationLogic: we need the adaptive namespace for SegmentTrackerEvent

Steve Lhomme git at videolan.org
Tue Jan 26 17:35:21 CET 2016


vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Tue Jan 26 16:51:48 2016 +0100| [7265ceef4f7d44c1f880554cfc615b366e3583f6] | committer: Hugo Beauzée-Luyssen

RateBasedAdaptationLogic: we need the adaptive namespace for SegmentTrackerEvent

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

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

 modules/demux/adaptative/logic/RateBasedAdaptationLogic.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/demux/adaptative/logic/RateBasedAdaptationLogic.cpp b/modules/demux/adaptative/logic/RateBasedAdaptationLogic.cpp
index 49c8aa0..6e1f0b9 100644
--- a/modules/demux/adaptative/logic/RateBasedAdaptationLogic.cpp
+++ b/modules/demux/adaptative/logic/RateBasedAdaptationLogic.cpp
@@ -34,6 +34,7 @@
 #include "../tools/Debug.hpp"
 
 using namespace adaptative::logic;
+using namespace adaptative;
 
 RateBasedAdaptationLogic::RateBasedAdaptationLogic  (vlc_object_t *p_obj_, int w, int h) :
                           AbstractAdaptationLogic   (),



More information about the vlc-commits mailing list