diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-08 15:27:48 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-08 15:27:48 +0100 |
commit | 03658cd48043c0efdede21718d06aceec0c6b93e (patch) | |
tree | a44fbe7e1144aba46f16ba86e50ff19ddfa7c112 /HISTORY | |
parent | 83fe591f3254a8010e107739256ef0df780b219c (diff) | |
download | vdr-03658cd48043c0efdede21718d06aceec0c6b93e.tar.gz vdr-03658cd48043c0efdede21718d06aceec0c6b93e.tar.bz2 |
Fixed a typo
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7342,8 +7342,8 @@ Video Disk Recorder Revision History 2012-12-08: Version 1.7.33 - In order to be able to play TS recordings from other sources, in which there is - more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed - to 'bool cPatPmtParser::IsPatPmt(int Pid)'. + more than one PMT PID in the PAT, 'int cPatPmtParser::PmtPid(void)' has been changed + to 'bool cPatPmtParser::IsPmtPid(int Pid)'. - Fixed learning remote control keys with the LCARS skin. - Updated the Macedonian OSD texts (thanks to Dimitar Petrovski). - Fixed getting only non-video packets in cCuttingThread::GetPendingPackets() (reported |