diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-18 00:43:29 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-18 21:43:09 +0100 |
commit | 569d7d5d2a9abb984a7a395b6f82eec4bdfe1699 (patch) | |
tree | c58817137dc6503af1f04f0170874345c01e1cd5 /ttxtsubs.c | |
parent | 5c92f69af85b8927b864b38b2b59bbc52132547f (diff) | |
download | vdr-plugin-ttxtsubs-release/v0.0.7.tar.gz vdr-plugin-ttxtsubs-release/v0.0.7.tar.bz2 |
Try to set OSDArea to 8 bpp when AntiAliasing is enabled (Closes #17)v0.0.7release/v0.0.7
Diffstat (limited to 'ttxtsubs.c')
-rw-r--r-- | ttxtsubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ #error "This version of ttxtsubs only works with vdr version >= 1.6.0!" #endif -static const char *VERSION = "0.0.6"; +static const char *VERSION = "0.0.7"; static const char *DESCRIPTION = trNOOP("Teletext subtitles"); cTtxtsubsConf globals; |