[SCM] kodi-pvr-hts/master: adapt to api change - SeekTime

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sat Jan 7 11:27:56 UTC 2017


The following commit has been merged in the master branch:
commit 38bd4d3c713f03592285a4249da95a29cdc692ad
Author: Rainer Hochecker <fernetmenta at online.de>
Date:   Sat Nov 26 13:52:25 2016 +0100

    adapt to api change - SeekTime

diff --git a/src/client.cpp b/src/client.cpp
index 8888207..08c4a17 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -322,7 +322,7 @@ void CloseLiveStream(void)
   tvh->DemuxClose();
 }
 
-bool SeekTime(int time,bool backward,double *startpts)
+bool SeekTime(double time,bool backward,double *startpts)
 {
   return tvh->DemuxSeek(time, backward, startpts);
 }

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list