summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-06-11 11:40:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-06-11 11:40:18 +0200
commitc90e87d71f9fba5e6fb92700d70c0ca7664c4289 (patch)
treea75959c95ffa8c8e4fe95ef5e4a602a9039ad0cc /HISTORY
parentb226ab46d6de31746665997fe79c165521e793af (diff)
downloadvdr-c90e87d71f9fba5e6fb92700d70c0ca7664c4289.tar.gz
vdr-c90e87d71f9fba5e6fb92700d70c0ca7664c4289.tar.bz2
The frame detector now only starts collecting PTS values after it has seen the first I-frame
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c65c0e0f..5064596e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6634,3 +6634,6 @@ Video Disk Recorder Revision History
channel is being received with.
- Fixed detecting frames in case the Picture Start Code or Access Unit Delimiter
extends over TS packet boundaries (reported by Johan Andersson).
+- The frame detector now only starts collecting PTS values after it has seen the
+ first I-frame, otherwise it might get MaxPtsValues values and stop analyzing
+ even though the incoming data is still garbage (reported by Derek Kelly).