summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-09 09:20:34 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-09 09:20:34 +0200
commitdbcea07600e22269f167ca74e56780a300f16a8d (patch)
treecea6ea9c1228e3a1a27e0020de3522ef97f1862b /HISTORY
parentb76601482f09473d93bd6bcb01a4a31d7e6c22a5 (diff)
downloadvdr-dbcea07600e22269f167ca74e56780a300f16a8d.tar.gz
vdr-dbcea07600e22269f167ca74e56780a300f16a8d.tar.bz2
Changed the default return value of cEpgHandler::BeginSegmentTransfer() to true
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 86c5015e..983f6714 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9012,3 +9012,6 @@ Video Disk Recorder Revision History
- When selecting a device/CAM combination for live viewing, CAMs that are known to decrypt
the requested channel are now given a higher priority than prefering the primary device
(reported by Christian Winkler).
+- Changed the default return value of cEpgHandler::BeginSegmentTransfer() to true, to
+ avoid problems with derived classes that don't implement this function (reported by
+ Frank Neumann).