summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.c b/setup.c
index dc1e1a1..00bfcb9 100644
--- a/setup.c
+++ b/setup.c
@@ -1,6 +1,7 @@
#include "common.h"
-cPvrSetup::cPvrSetup(void) {
+cPvrSetup::cPvrSetup(void)
+{
HideMainMenuEntry = 1; // hide main menu entry
UseOnlyCard = 8; // Use all cards
LogLevel = 2; // errors and info messages
@@ -45,8 +46,8 @@ cPvrSetup::cPvrSetup(void) {
FilterChromaMedianBottom.value = INVALID_VALUE; // default value in QueryAllControls
FilterChromaMedianTop.value = INVALID_VALUE; // default value in QueryAllControls
- HDPVR_AudioEncoding.value = INVALID_VALUE;
- HDPVR_AudioInput = 0;
+ HDPVR_AudioEncoding.value = INVALID_VALUE;
+ HDPVR_AudioInput = 0;
}
cPvrSetup PvrSetup;