diff options
| author | Christian <zerov83@gmail.com> | 2016-01-14 20:23:44 +0100 |
|---|---|---|
| committer | Christian <zerov83@gmail.com> | 2016-01-14 20:23:44 +0100 |
| commit | afe4aff557da8175961cb89ca3b440cde53affe0 (patch) | |
| tree | e35c5ee6e3694c0c195a25ddb1185615913fa210 /Config.h | |
| parent | e4ae929e8585c603563d0fd184a2c15a43251e39 (diff) | |
| download | vdr-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |
