diff options
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h')
| -rw-r--r-- | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h b/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h index 2cf558a..57bb129 100644 --- a/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h +++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h | |||
| @@ -589,7 +589,7 @@ extern "C" | |||
| 589 | * @return True if the seek operation was possible | 589 | * @return True if the seek operation was possible |
| 590 | * @remarks Optional, and only used if addon has its own demuxer. Return False if this add-on won't provide this function. | 590 | * @remarks Optional, and only used if addon has its own demuxer. Return False if this add-on won't provide this function. |
| 591 | */ | 591 | */ |
| 592 | bool SeekTime(int time, bool backwards, double *startpts); | 592 | bool SeekTime(double time, bool backwards, double *startpts); |
| 593 | 593 | ||
| 594 | /*! | 594 | /*! |
| 595 | * Notify the pvr addon/demuxer that XBMC wishes to change playback speed | 595 | * Notify the pvr addon/demuxer that XBMC wishes to change playback speed |
