summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2010-02-13 14:42:30 +0100
committeretobi <git@e-tobi.net>2010-03-06 12:07:48 +0100
commit404405554b54dcd17b3ee70484aebf65f668b3fc (patch)
treee26e9f8245e42fcac5ee51ae9e00fdb00047ffa7 /config.h
parent2e1ffe9283833fdbe211291f794b8ee2576421de (diff)
downloadvdr-patches-404405554b54dcd17b3ee70484aebf65f668b3fc.tar.gz
vdr-patches-404405554b54dcd17b3ee70484aebf65f668b3fc.tar.bz2
Added setup option to enable teletext subtitle recording
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index e4237f7..5a66814 100644
--- a/config.h
+++ b/config.h
@@ -235,6 +235,7 @@ public:
int MarginStart, MarginStop;
int AudioLanguages[I18N_MAX_LANGUAGES + 1];
int DisplaySubtitles;
+ int SupportTeletext;
int SubtitleLanguages[I18N_MAX_LANGUAGES + 1];
int SubtitleOffset;
int SubtitleFgTransparency, SubtitleBgTransparency;