summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorChristian <zerov83@gmail.com>2016-01-14 20:23:44 +0100
committerChristian <zerov83@gmail.com>2016-01-14 20:23:44 +0100
commitafe4aff557da8175961cb89ca3b440cde53affe0 (patch)
treee35c5ee6e3694c0c195a25ddb1185615913fa210 /Config.h
parente4ae929e8585c603563d0fd184a2c15a43251e39 (diff)
downloadvdr-plugin-plex-afe4aff557da8175961cb89ca3b440cde53affe0.tar.gz
vdr-plugin-plex-afe4aff557da8175961cb89ca3b440cde53affe0.tar.bz2
Made ringbuffer size in cHlsPlayer configurable
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.h b/Config.h
index 2fc787e..9673503 100644
--- a/Config.h
+++ b/Config.h
@@ -47,7 +47,7 @@ public:
bool UsePlexAccount;
bool UseConfiguredServer;
bool UseAc3;
-
+ int BufferSize;
int CoverGridColumns;
int CoverGridRows;
@@ -120,6 +120,7 @@ class cMyMenuSetupPage:public cMenuSetupPage
int ScrollByPage;
int ScrollAllAround;
int UseAc3;
+ int BufferSize;
virtual void Store(void);