summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-23 14:19:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-23 14:19:58 +0100
commita1e7922938187e6d45e3e6603ca2aa0656fb7f71 (patch)
treed3d5b16b3fc83037ae571434868146ccb89ba31d /HISTORY
parent1789a813f77dcfbb92284667ee37d4d0dec39b5a (diff)
downloadvdr-a1e7922938187e6d45e3e6603ca2aa0656fb7f71.tar.gz
vdr-a1e7922938187e6d45e3e6603ca2aa0656fb7f71.tar.bz2
Fixed handling the pointer field in cPatPmtParser::ParsePmt()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3c2e45a0..7739d98d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5912,7 +5912,7 @@ Video Disk Recorder Revision History
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.
-2009-01-18: Version 1.7.4
+2009-01-23: Version 1.7.4
- Removed the '#define FE_CAN_2ND_GEN_MODULATION', since it was wrong and the
flag is now in the driver, anyway.
@@ -5945,3 +5945,5 @@ Video Disk Recorder Revision History
that was introduced in version 1.7.3.
- 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).