diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-04-05 09:38:13 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-04-05 09:38:13 +0200 |
commit | db5c3cd36a3aa5ab57811a830c79ca5ebd3edad1 (patch) | |
tree | db5ba3174ee9eef3c9af78f915f70eb48deabb0f /HISTORY | |
parent | 1bf0c3d23ad0946186af54ed4835f4db65780e77 (diff) | |
download | vdr-db5c3cd36a3aa5ab57811a830c79ca5ebd3edad1.tar.gz vdr-db5c3cd36a3aa5ab57811a830c79ca5ebd3edad1.tar.bz2 |
Fixed cFrameDetector::Analyze() in case part of the data has been processed and there is less than MIN_TS_PACKETS_FOR_FRAME_DETECTOR left
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6411,7 +6411,7 @@ Video Disk Recorder Revision History - The new setup option "Folders in timer menu" controls whether the file names in the timer menu are shown with their full folder path. -2010-04-04: Version 1.7.15 +2010-04-05: Version 1.7.15 - Added Macedonian language texts (thanks to Dimitar Petrovski). - Updated the Estonian OSD texts (thanks to Arthur Konovalov). @@ -6422,3 +6422,5 @@ Video Disk Recorder Revision History - Updated the Italian OSD texts (thanks to Diego Pierotto). - cDvbDevice::ProvidesTransponder() now checks the modulation capabilities of the device (as far as the driver allows this). +- Fixed cFrameDetector::Analyze() in case part of the data has been processed and + there is less than MIN_TS_PACKETS_FOR_FRAME_DETECTOR left (reported by Derek Kelly). |