diff options
| author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:38:16 +0100 |
|---|---|---|
| committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:38:16 +0100 |
| commit | d4d170b1fefd4b54137a3d37e0a090cae6558d51 (patch) | |
| tree | 35a04ff06947988aa0f9c0e8b2bcedcef12b31e7 /ttxtsubs.c | |
| parent | 76ac85e366bfc27b3b688a4f13031c0735ea2436 (diff) | |
| download | vdr-plugin-ttxtsubs-0.0.1b.tar.gz vdr-plugin-ttxtsubs-0.0.1b.tar.bz2 | |
- Timeout on SI table readsv0.0.1b
Diffstat (limited to 'ttxtsubs.c')
| -rw-r--r-- | ttxtsubs.c | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: ttxtsubs.c,v 1.11 2003/03/07 05:52:58 ragge Exp $ + * $Id: ttxtsubs.c,v 1.11 2003/03/07 05:52:58 ragge Exp ragge $ */ #include <vdr/plugin.h> @@ -18,7 +18,7 @@ #include "siinfo.h" #include "ttxtsubs.h" -static const char *VERSION = "0.0.1"; +static const char *VERSION = "0.0.1b"; static const char *DESCRIPTION = "Teletext subtitles"; //static const char *MAINMENUENTRY = "Ttxtsubs"; @@ -264,6 +264,10 @@ void cPluginTtxtsubs::StartTtxtLive(const cDevice *Device, int pid, int page) { //dprint("cPluginTtxtsubs::StartTtxtLive\n"); +#if 0 + return; // XXX TEST - No live subs +#endif + if(!mRec) { cTtxtSubsLiveReceiver *r; //dprint("teletext subtitles started on pid %d\n", pid); |
