summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-10-04 12:44:13 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-10-04 12:44:13 +0200
commit612f696bb7fc3d28ed24afd3d8782a6e7a961366 (patch)
tree3643caba670e36d0bf7261cc139a3ef7a1e42b40 /HISTORY
parent1e9b16d20bacb9795a07af5ff61db67fc78c3728 (diff)
downloadvdr-612f696bb7fc3d28ed24afd3d8782a6e7a961366.tar.gz
vdr-612f696bb7fc3d28ed24afd3d8782a6e7a961366.tar.bz2
Changed DTV_DVBT2_PLP_ID to DTV_STREAM_ID in dvbdevice.c to adapt to an incompatible change in DVB API 5.8
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 39232718..7d54b625 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7285,3 +7285,6 @@ Video Disk Recorder Revision History
priority threads may want to use this instead of the calls to SetPriority(19) and
SetIOPriority(7). The priority of a thread ("low" or "high") is now logged when the
thread starts.
+- Changed DTV_DVBT2_PLP_ID to DTV_STREAM_ID in dvbdevice.c to adapt to an incompatible
+ change in DVB API 5.8 (reported by Derek Kelly).
+ Removed the meanwhile obsolete definition of FE_CAN_TURBO_FEC.