summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-14 09:36:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-14 09:36:00 +0100
commitb454a0777f54d3cd256b042b446088a77415a434 (patch)
tree83edef4c78109803195575aab37c94e04f0ee8aa /HISTORY
parent6ba9de491c7f0df65f0ed4c0e0e3fdebc57412be (diff)
downloadvdr-b454a0777f54d3cd256b042b446088a77415a434.tar.gz
vdr-b454a0777f54d3cd256b042b446088a77415a434.tar.bz2
Added handling for DTS audio tracks to cPatPmtParser::ParsePmt()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 9c5b2913..edbe1f09 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8307,7 +8307,7 @@ Video Disk Recorder Revision History
- The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, sdt.h and
the functional modification to cFont::CreateFont().
-2015-01-13: Version 2.1.7
+2015-01-14: Version 2.1.7
- No longer logging an error message in DirSizeMB() if the given directory doesn't
exist. This avoids lots of log entries in case several VDRs use the same video
@@ -8358,3 +8358,5 @@ Video Disk Recorder Revision History
- Changed the German weekday names from "MonDieMitDonFreSamSon" to
"Mo.Di.Mi.Do.Fr.Sa.So." (thanks to Stefan Blochberger).
- Now handling CAT sections that consist of more than one TS packet.
+- Added handling for DTS audio tracks to cPatPmtParser::ParsePmt() (thanks to
+ Thomas Reufer).