[vlc-devel] [PATCH] RateBasedAdaptationLogic: we need the adaptive namespace for SegmentTrackerEvent
Steve Lhomme
robux4 at gmail.com
Tue Jan 26 16:51:48 CET 2016
---
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 (),
--
2.7.0
More information about the vlc-devel
mailing list