From 6dc10f6d3e410544b1068de2565cab2b9b8aa3ec Mon Sep 17 00:00:00 2001 From: "Angelo Mantellini (manangel)" Date: Mon, 24 Apr 2017 18:43:57 +0200 Subject: corrections Change-Id: I07d00ea0d02b044d543a83bca10f8e73a281f90b Signed-off-by: Angelo Mantellini (manangel) --- UI/DASHPlayer.cpp | 4 ++-- UI/DASHPlayer.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'UI') 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 #include #include #include -- cgit 1.2.3-korg