diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-06 14:47:53 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-06 14:47:53 +0100 |
commit | f9a2758205490097ba88ec1bccc87a907915da94 (patch) | |
tree | 9ad15a66f1342cea0fa860f7a08c86e2ba8c5d58 /HISTORY | |
parent | 7de7ede26fcabc232d5647b728080fe3c5d9fca2 (diff) | |
download | vdr-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-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |