aboutsummaryrefslogtreecommitdiffstats
path: root/UI/DASHPlayerNoGUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'UI/DASHPlayerNoGUI.cpp')
-rw-r--r--UI/DASHPlayerNoGUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/DASHPlayerNoGUI.cpp b/UI/DASHPlayerNoGUI.cpp
index c6670f13..17948336 100644
--- a/UI/DASHPlayerNoGUI.cpp
+++ b/UI/DASHPlayerNoGUI.cpp
@@ -210,7 +210,7 @@ void DASHPlayerNoGUI::parseArgs(int argc, char ** argv)
}
if(!strcmp(argv[i], "-br"))
{
- this->adaptLogic = LogicType::BufferRateBased;
+ this->adaptLogic = LogicType::AdapTech;
this->parameterAdaptation->Adaptech_Alpha = atof(argv[i+1]);
this->parameterAdaptation->Adaptech_FirstThreshold = atoi(argv[i+2]);
this->parameterAdaptation->Adaptech_SecondThreshold = atoi(argv[i+3]);