summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-04-05 09:38:13 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2010-04-05 09:38:13 +0200
commitdb5c3cd36a3aa5ab57811a830c79ca5ebd3edad1 (patch)
treedb5ba3174ee9eef3c9af78f915f70eb48deabb0f /HISTORY
parent1bf0c3d23ad0946186af54ed4835f4db65780e77 (diff)
downloadvdr-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--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 9edc2311..cc74c7dd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).