From afe4aff557da8175961cb89ca3b440cde53affe0 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 14 Jan 2016 20:23:44 +0100 Subject: Made ringbuffer size in cHlsPlayer configurable --- Config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Config.h') 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); -- cgit v1.2.3