diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-05-24 15:11:28 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-05-24 15:11:28 +0200 |
commit | e51e38bc3307749b0bcb76a1f72322d56b0c42d6 (patch) | |
tree | 0b11e2641bb754a96bf24bdff3e99bebf3f6e117 /HISTORY | |
parent | 6cdfb489aea9b4e8ea7f3287c76227a573b75161 (diff) | |
download | vdr-e51e38bc3307749b0bcb76a1f72322d56b0c42d6.tar.gz vdr-e51e38bc3307749b0bcb76a1f72322d56b0c42d6.tar.bz2 |
Fixed generating PAT/PMT version numbers in case the PIDs change during recording
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6075,7 +6075,7 @@ Video Disk Recorder Revision History - cFrameDetector::Analyze() now syncs on the TS packet sync bytes (thanks to Oliver Endriss for reporting broken index generation after a buffer overflow). -2009-05-23: Version 1.7.8 +2009-05-24: Version 1.7.8 - Fixed a typo in aspect ratio 2.21:1 (reported by Reinhard Nissl). - The name of the function cDevice::GetVideoSize() wasn't very well chosen @@ -6109,3 +6109,5 @@ Video Disk Recorder Revision History what happens if the Pause key on the remote control is pressed during live tv (thanks to Timo Eskola). - Added a note about cFont::GetFont() not being thread-safe. +- Fixed generating PAT/PMT version numbers in case the PIDs change during + recording (reported by Reinhard Nissl). |