diff options
| author | manuel <manuel@mausz.at> | 2019-04-29 12:23:35 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2019-04-29 12:23:35 +0200 |
| commit | cf85cccfdb1aa57b6246641f606563288e0870e5 (patch) | |
| tree | 06b9d173bf466d555d99803d1bce388e666444e5 /xbmc/filesystem/IFileTypes.h | |
| parent | 483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff) | |
| download | kodi-pvr-build-Leia.tar.gz kodi-pvr-build-Leia.tar.bz2 kodi-pvr-build-Leia.zip | |
sync with upstreamLeia
Diffstat (limited to 'xbmc/filesystem/IFileTypes.h')
| -rw-r--r-- | xbmc/filesystem/IFileTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/filesystem/IFileTypes.h b/xbmc/filesystem/IFileTypes.h index 7470b15..6817752 100644 --- a/xbmc/filesystem/IFileTypes.h +++ b/xbmc/filesystem/IFileTypes.h | |||
| @@ -51,7 +51,7 @@ struct SCacheStatus | |||
| 51 | uint64_t forward; /**< number of bytes cached forward of current position */ | 51 | uint64_t forward; /**< number of bytes cached forward of current position */ |
| 52 | unsigned maxrate; /**< maximum number of bytes per second cache is allowed to fill */ | 52 | unsigned maxrate; /**< maximum number of bytes per second cache is allowed to fill */ |
| 53 | unsigned currate; /**< average read rate from source file since last position change */ | 53 | unsigned currate; /**< average read rate from source file since last position change */ |
| 54 | float level; /**< cache level (0.0 - 1.0) */ | 54 | bool lowspeed; /**< cache low speed condition detected? */ |
| 55 | }; | 55 | }; |
| 56 | 56 | ||
| 57 | typedef enum { | 57 | typedef enum { |
