diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-25 12:07:29 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-25 12:07:29 +0100 |
commit | cf7867ebe75f07de5dfbf23663f03c8521a012e5 (patch) | |
tree | 5edd9df06cfc66b0c9fb3be8d00789dda422b12d /HISTORY | |
parent | f9c1974f2de4b749ffc698f72331530c3adc65ea (diff) | |
download | vdr-cf7867ebe75f07de5dfbf23663f03c8521a012e5.tar.gz vdr-cf7867ebe75f07de5dfbf23663f03c8521a012e5.tar.bz2 |
Fixed a typo1.7.4
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5910,7 +5910,7 @@ Video Disk Recorder Revision History a video to an audio channel (thanks to Reinhard Nissl). - cDvbDevice now uses the FE_CAN_2G_MODULATION flag to determine whether a device can handle DVB-S2. The #define is still there to allow people with older drivers - who don't need DVB-S2 to use this version without pathcing. + who don't need DVB-S2 to use this version without patching. 2009-01-25: Version 1.7.4 @@ -5946,7 +5946,7 @@ Video Disk Recorder Revision History - Added checking mutexCurrentAudioTrack to cDevice::PlayTs() (thanks to Reinhard Nissl for pointing this out). - Fixed handling the pointer field in cPatPmtParser::ParsePmt() (thanks to Frank - Schmirler - sorry I swapped two lines whan adopting the original patch). + Schmirler - sorry I swapped two lines when adopting the original patch). - Checking the remaining packet length after processing the pointer field in cPatPmtParser::ParsePat() and cPatPmtParser::ParsePmt() (suggested by Frank Schmirler). |