diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2012-06-04 18:23:23 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2012-06-04 18:23:23 +0300 |
commit | 2f408bdacc73437b71528a9e44295133421c8516 (patch) | |
tree | b3cd7b2df27cc4fe01bff1d81dfdb5eec9c1fd3f | |
parent | e1bb6a45eefe9d02cb38119084be7e6279e90c03 (diff) | |
download | vdr-plugin-ttxtsubs-2f408bdacc73437b71528a9e44295133421c8516.tar.gz vdr-plugin-ttxtsubs-2f408bdacc73437b71528a9e44295133421c8516.tar.bz2 |
Spelling fixes.
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | ttxtsubsdisplayer.c | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -17,7 +17,7 @@ VDR Plugin 'ttxtsubs' Revision History With VDR 1.7.21 the subtitle PIDs are stored in the channels.conf as an extension to the teletext PID (see vdr.5 for details). - This change made it neccessary to change the extension of the tpid in + This change made it necessary to change the extension of the tpid in channels.conf used by the ttxtsubs patch: old: ...:201;150=deu,151=fin:... @@ -95,7 +95,7 @@ VDR Plugin 'ttxtsubs' Revision History 2009-01-04: Version 0.0.8 - Updated Italien translation provided by Diego Pierotto - Updated Russian translation provided by Oleg Roitburd (Closes #47) -- Fixed displaying of multiple rows when antialiasing is enabled by aquiring a +- Fixed displaying of multiple rows when antialiasing is enabled by acquiring a single OSD area for all rows - Thx to Rolf Ahrenberg (Closes #24) 2008-12-18: Version 0.0.7 diff --git a/ttxtsubsdisplayer.c b/ttxtsubsdisplayer.c index 5e5bdfe..fa0a1b2 100644 --- a/ttxtsubsdisplayer.c +++ b/ttxtsubsdisplayer.c @@ -98,7 +98,7 @@ cTtxtSubsPlayer::cTtxtSubsPlayer(int backup_textpage) // Take PES packets and break out the teletext data // Buffer the data for processing in a separate thread -// XXX We should do some filtering here to avoid unneccessary load! +// XXX We should do some filtering here to avoid unnecessary load! void cTtxtSubsPlayer::PES_data(uchar *p, int Length, bool IsPesRecording, const struct tTeletextSubtitlePage teletextSubtitlePages[], int pageCount) { int i; |