summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-06-11 11:28:13 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-06-11 11:28:13 +0200
commitb226ab46d6de31746665997fe79c165521e793af (patch)
treed17c0846a90998f676780fe24edf9a1db3aed649 /HISTORY
parent1afb2cf1c288a41b07c96d26d2a386ecee2326eb (diff)
downloadvdr-b226ab46d6de31746665997fe79c165521e793af.tar.gz
vdr-b226ab46d6de31746665997fe79c165521e793af.tar.bz2
Fixed detecting frames in case the Picture Start Code or Access Unit Delimiter extends over TS packet boundaries
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4b091020..c65c0e0f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6607,7 +6607,7 @@ Video Disk Recorder Revision History
- Avoiding an unecessary call to Recordings.ResetResume() (thanks to Reinhard
Nissl).
-2011-06-02: Version 1.7.19
+2011-06-11: Version 1.7.19
- Fixed cString's operator=(const char *String) in case the given string is the
same as the existing one (thanks to Dirk Leber).
@@ -6632,3 +6632,5 @@ Video Disk Recorder Revision History
indicating the strength (upper bar) and quality (lower bar) of the received signal.
The number to the left of these bars indicates the actual device the current
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).