vlc | branch: master | Steve Lhomme <[email protected]> | 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 <[email protected]> > 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 (), _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
