summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-05-21 10:03:48 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-05-21 10:03:48 +0200
commit85af76ab639c7771dcadf05ad8ae3dccca760e09 (patch)
tree76ebab7a7ae3915d4f6e765a677cdb881e5dc108 /HISTORY
parentee382b4ad2d815384e57edd418b8e31f74287e76 (diff)
downloadvdr-85af76ab639c7771dcadf05ad8ae3dccca760e09.tar.gz
vdr-85af76ab639c7771dcadf05ad8ae3dccca760e09.tar.bz2
TsGetPayload() now checks if there actually is a payload in the given TS packet
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 69233209..1dca1626 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6612,3 +6612,5 @@ Video Disk Recorder Revision History
- Fixed cString's operator=(const char *String) in case the given string is the
same as the existing one (thanks to Dirk Leber).
- Avoiding a gcc 4.6 compiler error in the skincurses plugin (thanks to Tobias Grimm).
+- TsGetPayload() now checks if there actually is a payload in the given TS packet
+ (reported by Dirk Leber).