diff options
author | chriszero <zerov83@gmail.com> | 2015-10-02 20:07:19 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-10-02 20:07:19 +0200 |
commit | 0be6c14499cbc7351578198e8f15b3e1bf1b1335 (patch) | |
tree | 4f52aa690a45dfa1bc2354e0e562dba9978482b4 /Config.h | |
parent | 98a8f298b1886f63c99c8f2e0833e0393e5b5822 (diff) | |
download | vdr-plugin-plex-0be6c14499cbc7351578198e8f15b3e1bf1b1335.tar.gz vdr-plugin-plex-0be6c14499cbc7351578198e8f15b3e1bf1b1335.tar.bz2 |
Option to use AC3 audio without installing the custom profile to your pms
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |