aboutsummaryrefslogtreecommitdiffstats
path: root/UI
diff options
context:
space:
mode:
Diffstat (limited to 'UI')
-rw-r--r--UI/DASHPlayer.cpp4
-rw-r--r--UI/DASHPlayer.h1
2 files changed, 2 insertions, 3 deletions
diff --git a/UI/DASHPlayer.cpp b/UI/DASHPlayer.cpp
index b87dde74..52b45b0b 100644
--- a/UI/DASHPlayer.cpp
+++ b/UI/DASHPlayer.cpp
@@ -371,7 +371,7 @@ void DASHPlayer::onStopped()
}
} else {
- qDebug("wrong position");
+ //qDebug("wrong position");
}
}
else
@@ -915,7 +915,7 @@ void DASHPlayer::setRateEstimator(int rateEstimator)
void DASHPlayer::error(const QtAV::AVError &e)
{
- qDebug("error in the player!");
+ //qDebug("error in the player!");
seekVideo(0);
}
diff --git a/UI/DASHPlayer.h b/UI/DASHPlayer.h
index 8913a843..f63dfbb5 100644
--- a/UI/DASHPlayer.h
+++ b/UI/DASHPlayer.h
@@ -23,7 +23,6 @@
#include "../Buffer/IBufferObserver.h"
#include "../MPD/AdaptationSetHelper.h"
#include "../Common/Config.h"
-#include <QMessageLogger>
#include <qimage.h>
#include<map>
#include<tuple>