diff options
author | Tobias Grimm <git@e-tobi.net> | 2010-02-14 23:17:13 +0100 |
---|---|---|
committer | Tobias Grimm <git@e-tobi.net> | 2010-02-14 23:17:13 +0100 |
commit | 4b52cec2bc75b4c2110ede8a7548f6b04a990fce (patch) | |
tree | a1553d1c3033cb950642eb2f9627e0ef1e0bb028 | |
parent | f2a080551140f1ef2dff0e4a71092bdd8fc7d127 (diff) | |
download | vdr-plugin-ttxtsubs-4b52cec2bc75b4c2110ede8a7548f6b04a990fce.tar.gz vdr-plugin-ttxtsubs-4b52cec2bc75b4c2110ede8a7548f6b04a990fce.tar.bz2 |
Ooops -- missing semicolon
5 files changed, 8 insertions, 8 deletions
diff --git a/patches/patch-set/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch b/patches/patch-set/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch index d0b6b65..3ec3df4 100644 --- a/patches/patch-set/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch +++ b/patches/patch-set/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch @@ -1,4 +1,4 @@ -From 89999b77f6c18c965d961cfbec9b42577de1ba01 Mon Sep 17 00:00:00 2001 +From de029cbbb03a024966fcf28dc21984485253ff39 Mon Sep 17 00:00:00 2001 From: etobi <git@e-tobi.net> Date: Fri, 12 Feb 2010 21:56:41 +0100 Subject: [PATCH 3/6] Allow manual configuration of teletetxt subtitle pages in channels.conf @@ -10,7 +10,7 @@ Subject: [PATCH 3/6] Allow manual configuration of teletetxt subtitle pages in c 3 files changed, 55 insertions(+), 3 deletions(-) diff --git a/channels.c b/channels.c -index 08ddf3e..488733e 100644 +index 08ddf3e..7fb726e 100644 --- a/channels.c +++ b/channels.c @@ -553,6 +553,7 @@ void cChannel::SetSubtitlingDescriptors(uchar *SubtitlingTypes, uint16_t *Compos @@ -78,7 +78,7 @@ index 08ddf3e..488733e 100644 + teletextSubtitlePages[fixedTtxtSubtitlePages] = tTeletextSubtitlePage(page); + if (l) + strn0cpy(teletextSubtitlePages[fixedTtxtSubtitlePages].ttxtLanguage, l, MAXLANGCODE1); -+ fixedTtxtSubtitlePages++ ++ fixedTtxtSubtitlePages++; + } + else + esyslog("ERROR: invalid Teletext page!"); // no need to set ok to 'false' diff --git a/patches/patch-set/0004-Decrypt-teletext-stream.patch b/patches/patch-set/0004-Decrypt-teletext-stream.patch index f6b6c82..fa32a71 100644 --- a/patches/patch-set/0004-Decrypt-teletext-stream.patch +++ b/patches/patch-set/0004-Decrypt-teletext-stream.patch @@ -1,4 +1,4 @@ -From 7be04e0bac4569be7b713f8bf738889e99b96822 Mon Sep 17 00:00:00 2001 +From 90b6894757afbbb2c42ba646b1603ce961750bd6 Mon Sep 17 00:00:00 2001 From: etobi <git@e-tobi.net> Date: Sun, 14 Feb 2010 01:30:34 +0100 Subject: [PATCH 4/6] Decrypt teletext stream diff --git a/patches/patch-set/0005-Capture-teletext-subtitle-pages-from-PMT.patch b/patches/patch-set/0005-Capture-teletext-subtitle-pages-from-PMT.patch index 96fd5c4..9f9b5b2 100644 --- a/patches/patch-set/0005-Capture-teletext-subtitle-pages-from-PMT.patch +++ b/patches/patch-set/0005-Capture-teletext-subtitle-pages-from-PMT.patch @@ -1,4 +1,4 @@ -From 5e62aa5079f0c05f64acdd9e7bcf88b5bfe0420b Mon Sep 17 00:00:00 2001 +From 272acd168ae543146b1dd89553642b921e2cd443 Mon Sep 17 00:00:00 2001 From: etobi <git@e-tobi.net> Date: Fri, 12 Feb 2010 22:06:19 +0100 Subject: [PATCH 5/6] Capture teletext subtitle pages from PMT diff --git a/patches/patch-set/0006-Ttxtsubs-plugin-hook.patch b/patches/patch-set/0006-Ttxtsubs-plugin-hook.patch index 825e5bc..cbccdcd 100644 --- a/patches/patch-set/0006-Ttxtsubs-plugin-hook.patch +++ b/patches/patch-set/0006-Ttxtsubs-plugin-hook.patch @@ -1,4 +1,4 @@ -From 5b3ec412a37777e576ca614b6417f4e2ab9d5618 Mon Sep 17 00:00:00 2001 +From 97b7829b83f2dbcd41d7deab106b59a4448b2eb0 Mon Sep 17 00:00:00 2001 From: etobi <git@e-tobi.net> Date: Sat, 13 Feb 2010 00:28:21 +0100 Subject: [PATCH 6/6] Ttxtsubs plugin hook diff --git a/patches/vdr-1.7.12-ttxtsubs.patch b/patches/vdr-1.7.12-ttxtsubs.patch index 022fb34..652ea73 100644 --- a/patches/vdr-1.7.12-ttxtsubs.patch +++ b/patches/vdr-1.7.12-ttxtsubs.patch @@ -26,7 +26,7 @@ index 01408cb..b280030 100644 DEFINES += -DREMOTE_KBD endif diff --git a/channels.c b/channels.c -index c14df19..488733e 100644 +index c14df19..7fb726e 100644 --- a/channels.c +++ b/channels.c @@ -551,6 +551,13 @@ void cChannel::SetSubtitlingDescriptors(uchar *SubtitlingTypes, uint16_t *Compos @@ -100,7 +100,7 @@ index c14df19..488733e 100644 + teletextSubtitlePages[fixedTtxtSubtitlePages] = tTeletextSubtitlePage(page); + if (l) + strn0cpy(teletextSubtitlePages[fixedTtxtSubtitlePages].ttxtLanguage, l, MAXLANGCODE1); -+ fixedTtxtSubtitlePages++ ++ fixedTtxtSubtitlePages++; + } + else + esyslog("ERROR: invalid Teletext page!"); // no need to set ok to 'false' |