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:06:17 +0100
commite08352d05c751be2d45977b100dd5c5d586aeea1 (patch)
tree477a32140a5a633302643fb5097644f78c389f27 /config.h
parentc9f3ab5c2b4d0f720e517fce2b4d65e9828b5391 (diff)
downloadvdr-patches-e08352d05c751be2d45977b100dd5c5d586aeea1.tar.gz
vdr-patches-e08352d05c751be2d45977b100dd5c5d586aeea1.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 be1d7bd..e7b094d 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;