summaryrefslogtreecommitdiffstats
path: root/xbmc/filesystem/IFileTypes.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2017-06-04 16:57:49 +0200
committermanuel <manuel@mausz.at>2017-06-04 16:57:49 +0200
commitf44ecaa4f27e7538ddcad66d40e543bffa2d2d86 (patch)
treed8de60fc7e17edeb6f0921726c038ee54b281445 /xbmc/filesystem/IFileTypes.h
parentae08c8b7221bc965ac40d70e53fc8fcddb050c46 (diff)
downloadkodi-pvr-build-f44ecaa4f27e7538ddcad66d40e543bffa2d2d86.tar.gz
kodi-pvr-build-f44ecaa4f27e7538ddcad66d40e543bffa2d2d86.tar.bz2
kodi-pvr-build-f44ecaa4f27e7538ddcad66d40e543bffa2d2d86.zip
sync with upstream
Diffstat (limited to 'xbmc/filesystem/IFileTypes.h')
-rw-r--r--xbmc/filesystem/IFileTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/filesystem/IFileTypes.h b/xbmc/filesystem/IFileTypes.h
index 7cafa2c..70fee2f 100644
--- a/xbmc/filesystem/IFileTypes.h
+++ b/xbmc/filesystem/IFileTypes.h
@@ -37,7 +37,7 @@ namespace XFILE
37/* open without caching. regardless to file type. */ 37/* open without caching. regardless to file type. */
38 static const unsigned int READ_NO_CACHE = 0x08; 38 static const unsigned int READ_NO_CACHE = 0x08;
39 39
40/* calcuate bitrate for file while reading */ 40/* calculate bitrate for file while reading */
41 static const unsigned int READ_BITRATE = 0x10; 41 static const unsigned int READ_BITRATE = 0x10;
42 42
43/* indicate to the caller we will seek between multiple streams in the file frequently */ 43/* indicate to the caller we will seek between multiple streams in the file frequently */