summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-09-19 10:46:17 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-09-19 10:46:17 +0200
commite11908cae65545d320f3e0949a9e8c5b426c5b78 (patch)
tree778f4ea5a87903ad497534763078c76623edf180 /HISTORY
parented456adc80fdc7760805aa08f4d81146d3ec5576 (diff)
downloadvdr-e11908cae65545d320f3e0949a9e8c5b426c5b78.tar.gz
vdr-e11908cae65545d320f3e0949a9e8c5b426c5b78.tar.bz2
cPatPmtParser::ParsePmt() now also recognizes stream type 0x81 as "AC3"
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index ea1e03f7..028fa5ac 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7235,7 +7235,7 @@ Video Disk Recorder Revision History
function in order to make use of this new feature. See, for instance, the function
cSkinClassicDisplayMenu::SetButtons() in skinclassic.c for details.
-2012-09-18: Version 1.7.31
+2012-09-19: Version 1.7.31
- If regenerating an index file fails and no data is written to the file, VDR now
reports this error and removes the empty index file.
@@ -7246,3 +7246,6 @@ Video Disk Recorder Revision History
- The script given to VDR with the '-r' option is now also called whenever a
recording is deleted (thanks to Alexander Wenzel).
- Improved detecting frames in MPEG 4 video (reported by Andrey Pridvorov).
+- cPatPmtParser::ParsePmt() now also recognizes stream type 0x81 as "AC3", so that
+ recordings that have been converted from the old PES format to TS can be played
+ (suggested by Jens Vogel).