diff options
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_dll.h')
| -rw-r--r-- | xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_dll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_dll.h b/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_dll.h index 3721971..8dc49c0 100644 --- a/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_dll.h +++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_dll.h | |||
| @@ -122,7 +122,7 @@ extern "C" | |||
| 122 | * @return True if the seek operation was possible | 122 | * @return True if the seek operation was possible |
| 123 | * @remarks Optional, and only used if addon has its own demuxer. | 123 | * @remarks Optional, and only used if addon has its own demuxer. |
| 124 | */ | 124 | */ |
| 125 | bool DemuxSeekTime(int time, bool backwards, double *startpts); | 125 | bool DemuxSeekTime(double time, bool backwards, double *startpts); |
| 126 | 126 | ||
| 127 | /*! | 127 | /*! |
| 128 | * Notify the InputStream addon/demuxer that XBMC wishes to change playback speed | 128 | * Notify the InputStream addon/demuxer that XBMC wishes to change playback speed |
