mirror of
				https://github.com/DigitalDevices/pvr.octonet.git
				synced 2025-03-01 10:53:09 +00:00 
			
		
		
		
	Change time parameter of SeekTime from int to double
See xbmc/xbmc#10985
This commit is contained in:
		| @@ -302,7 +302,7 @@ bool CanSeekStream() { return false; } | ||||
|  | ||||
| /* Callbacks */ | ||||
| void PauseStream(bool bPaused) {} | ||||
| bool SeekTime(int time, bool backwards, double *startpts) { return false; } | ||||
| bool SeekTime(double time, bool backwards, double *startpts) { return false; } | ||||
| void SetSpeed(int speed) {} | ||||
| PVR_ERROR SetEPGTimeFrame(int) { return PVR_ERROR_NOT_IMPLEMENTED; } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user