Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: DVB subtitles plugin patch for VDR 1.3.18 ?
I demand that Tomi Sajaniemi may or may not have written...
> Is there patch for DVB subtitles plugin to get it work in vdr 1.3.18?
The attached patch appears to be sufficient.
--
| Darren Salt | d youmustbejoking,demon,co,uk | nr. Ashington,
| Debian, | s zap,tartarus,org | Northumberland
| RISC OS | @ | Toon Army
| <URL:http://www.youmustbejoking.demon.co.uk/> (PGP 2.6, GPG keys)
RAM: Rarely Adequate Memory.
--- vdr-plugin-subtitles-0.3.6/subfilter.c 2005-01-12 01:15:29.000000000 +0000
+++ vdr-plugin-subtitles-0.3.6/subfilter.c 2005-01-12 01:16:08.000000000 +0000
@@ -168,7 +168,7 @@
free(buffer);
- asprintf(&buffer, "%s:%d:", channelId.ToString(), userLanguage);
+ asprintf(&buffer, "%s:%d:", *channelId.ToString(), userLanguage);
bool first = true;
for (tSubtitleStream* stream = streams.First(); stream; stream = streams.Next(stream))
{
Home |
Main Index |
Thread Index