summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-12-25 15:26:16 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-12-25 15:26:16 +0100
commitc1b01bdc61b275bfab721620be131ee441703aeb (patch)
tree9694e3fddf41d1f4b64599e72665e31e6997df50 /HISTORY
parent3124c7598e843b2fa38116dc0a2e336606209aff (diff)
downloadvdr-c1b01bdc61b275bfab721620be131ee441703aeb.tar.gz
vdr-c1b01bdc61b275bfab721620be131ee441703aeb.tar.bz2
cDevice::AddPid() now stores the stream type of the given pid
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 6b8a7945..3d424bbe 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6197,7 +6197,7 @@ Video Disk Recorder Revision History
- Fixed the default value for "Pause key handling" in the MANUAL (reported by
Diego Pierotto).
-2009-12-24: Version 1.7.11
+2009-12-25: Version 1.7.11
- Fixed resetting the file size when regenerating the index file.
- The new function cDevice::PatPmtParser() can be used in derived devices to access
@@ -6230,3 +6230,5 @@ Video Disk Recorder Revision History
- cPatFilter::Process() now only stores CA descriptors for video and audio pids
(thanks to Francesco Saverio Schiavarelli for reporting a problem with channels
that have some encrypted components that VDR doesn't use).
+- cDevice::AddPid() now stores the stream type of the given pid (thanks to Andreas
+ Regel).