summaryrefslogtreecommitdiff
path: root/dxr3configdata.c
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-08-05 23:05:21 +0000
committeraustriancoder <austriancoder>2004-08-05 23:05:21 +0000
commitc47666d42f7972e1b51f9de61ce0fa27c72f3127 (patch)
treee34a87e37901b7f892fb6f330ccb15bcba30039b /dxr3configdata.c
downloadvdr-plugin-dxr3-c47666d42f7972e1b51f9de61ce0fa27c72f3127.tar.gz
vdr-plugin-dxr3-c47666d42f7972e1b51f9de61ce0fa27c72f3127.tar.bz2
initial import
Diffstat (limited to 'dxr3configdata.c')
-rw-r--r--dxr3configdata.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/dxr3configdata.c b/dxr3configdata.c
new file mode 100644
index 0000000..ee46081
--- /dev/null
+++ b/dxr3configdata.c
@@ -0,0 +1,16 @@
+//#include <stdio.h>
+#include "dxr3configdata.h"
+
+// ==================================
+// constr.
+cDxr3ConfigData::cDxr3ConfigData()
+{
+ UseDigitalOut = 0;
+ Dxr3Card = 0;
+ ForceLetterBox = 0;
+ Ac3OutPut = 0;
+ m_videoMode = PAL;
+ m_menuMode = SUBPICTURE;
+ m_debug = 1;
+ m_debuglevel = 0;
+}