summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-06 14:47:53 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-06 14:47:53 +0100
commitf9a2758205490097ba88ec1bccc87a907915da94 (patch)
tree9ad15a66f1342cea0fa860f7a08c86e2ba8c5d58 /HISTORY
parent7de7ede26fcabc232d5647b728080fe3c5d9fca2 (diff)
downloadvdr-f9a2758205490097ba88ec1bccc87a907915da94.tar.gz
vdr-f9a2758205490097ba88ec1bccc87a907915da94.tar.bz2
Fixed cPatPmtParser::ParsePmt() to reset vpid and vtype when switching from a video to an audio channel
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 978e97ca..94f22ff7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5906,3 +5906,5 @@ Video Disk Recorder Revision History
+ cDevice::StillPicture() will now be called with either TS or PES data.
+ cDvbPlayer::Goto() no longer appends a "sequence end code" to the data.
If the output device needs this, it has to take care of it by itself.
+- Fixed cPatPmtParser::ParsePmt() to reset vpid and vtype when switching from
+ a video to an audio channel (thanks to Reinhard Nissl).