From 7de1748cbaf31337f1f592cc9ee47f7872333f33 Mon Sep 17 00:00:00 2001 From: chriszero Date: Thu, 19 Feb 2015 20:29:12 +0100 Subject: Supporting custom transcoding profile. --- Config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Config.h') diff --git a/Config.h b/Config.h index a424305..a32bbcf 100644 --- a/Config.h +++ b/Config.h @@ -28,6 +28,7 @@ public: std::string s_password; bool HideMainMenuEntry; + bool UseCustomTranscodeProfile = false; std::string GetUUID(); void SetUUID(const char* uuid); @@ -57,6 +58,8 @@ class cMyMenuSetupPage:public cMenuSetupPage char Username[STRING_SIZE]; char Password[STRING_SIZE]; char Uuid[STRING_SIZE]; + int HideMainMenuEntry; + int UseCustomTranscodeProfile; virtual void Store(void); -- cgit v1.2.3