diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-05-21 10:03:48 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-05-21 10:03:48 +0200 |
commit | 85af76ab639c7771dcadf05ad8ae3dccca760e09 (patch) | |
tree | 76ebab7a7ae3915d4f6e765a677cdb881e5dc108 /HISTORY | |
parent | ee382b4ad2d815384e57edd418b8e31f74287e76 (diff) | |
download | vdr-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-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |