diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:41:29 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:41:29 +0100 |
commit | f2a84e51aa977e0287a6115bfd27fd37f7f18c6f (patch) | |
tree | f06dfe83f416e59e6789f211b78c9e92df2851bb /siinfo.c | |
parent | d4d170b1fefd4b54137a3d37e0a090cae6558d51 (diff) | |
download | vdr-plugin-ttxtsubs-0.0.2.tar.gz vdr-plugin-ttxtsubs-0.0.2.tar.bz2 |
- Bug fix: Could miss to display subtitles on channels with "Parallel Magazine"v0.0.2
transmission. Thanks to Antti Lammi!
Diffstat (limited to 'siinfo.c')
-rw-r--r-- | siinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -515,7 +515,7 @@ struct ttxtpidinfo *FindSubs(struct ttxtinfo *info, char *lang, int HI, int *pid if(page < 0x100) page += 0x800; fprintf(stderr, " %03x: %c%c%c %s\n", page, info->p[i].i[j].lang[0], info->p[i].i[j].lang[1], info->p[i].i[j].lang[2], - type == TTXT_INITIAL_PAGE ? "(Initial Page)" : + type == TTXT_INITIAL_PAGE ? "(Initial Page (The teletext start page, not a subtitles page!))" : type == TTXT_SUBTITLE_PAGE ? "(Subtitles)" : type == TTXT_ADDITIONAL_INFO_PAGE ? "(Additional Info Page)" : type == TTXT_PROGRAMME_SCHEDULE_PAGE ? "(Programme Schedule Page)" : |