summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-20 11:06:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-20 11:06:51 +0100
commitf038aaefc84aa0695102dca7c30537b20fd2fa21 (patch)
treeaa1cc2f76565d50d69958873803d511bfc8cb236 /HISTORY
parentc6aa52c204d4e75d199bfb6b63fad31ffcc79720 (diff)
downloadvdr-f038aaefc84aa0695102dca7c30537b20fd2fa21.tar.gz
vdr-f038aaefc84aa0695102dca7c30537b20fd2fa21.tar.bz2
Fixed the call to SetVideoFormat() in cDvbDevice::cDvbDevice() (parameter is _bool_)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e6664941..1dd31404 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3416,7 +3416,7 @@ Video Disk Recorder Revision History
- Added missing reset of the 'repacker' to cTS2PES::Clear() (thanks to Marco
Schlüßler for reporting this one).
-2005-02-19: Version 1.3.22
+2005-02-20: Version 1.3.22
- Removed some unneeded code and fixed access to unallocated memory in
cEvent::FixEpgBugs() (thanks to Wolfgang Rohdewald).
@@ -3428,3 +3428,4 @@ Video Disk Recorder Revision History
problems on NPTL systems (thanks to Chris Warren for pointing this out).
- Increased POLLTIMEOUTS_BEFORE_DEVICECLEAR in transfer.c to 6 to avoid problems
with the larger buffer reserve (thanks to Marco Schlüßler).
+- Fixed the call to SetVideoFormat() in cDvbDevice::cDvbDevice() (parameter is _bool_).