From 0be6c14499cbc7351578198e8f15b3e1bf1b1335 Mon Sep 17 00:00:00 2001 From: chriszero Date: Fri, 2 Oct 2015 20:07:19 +0200 Subject: Option to use AC3 audio without installing the custom profile to your pms --- Config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Config.h') diff --git a/Config.h b/Config.h index 41994dd..2fc787e 100644 --- a/Config.h +++ b/Config.h @@ -46,6 +46,8 @@ public: bool UseCustomTranscodeProfile; bool UsePlexAccount; bool UseConfiguredServer; + bool UseAc3; + int CoverGridColumns; int CoverGridRows; @@ -117,6 +119,7 @@ class cMyMenuSetupPage:public cMenuSetupPage int UseMpv; int ScrollByPage; int ScrollAllAround; + int UseAc3; virtual void Store(void); -- cgit v1.2.3