summaryrefslogtreecommitdiffstats
path: root/xbmc/filesystem/IFileTypes.h
diff options
context:
space:
mode:
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 */