diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-12 13:21:42 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-12 13:21:42 +0200 |
commit | b863d9a7024fdc4d31571565e3afe646dedffa9f (patch) | |
tree | 54fd7a6f8a97d34b00c4f5840d450d615c609763 /HISTORY | |
parent | 2c2ed53adfd59ffeaf0b1773b764f034ae38f826 (diff) | |
download | vdr-b863d9a7024fdc4d31571565e3afe646dedffa9f.tar.gz vdr-b863d9a7024fdc4d31571565e3afe646dedffa9f.tar.bz2 |
Fixed handling the channelID in cMenuEditChanItem
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6650,7 +6650,7 @@ Video Disk Recorder Revision History - Added support for "content identifier descriptor" and "default authority descriptor" to 'libsi' (thanks to Dave Pickles). -2011-08-07: Version 1.7.20 +2011-08-12: Version 1.7.20 - Added some missing 'const' to tChannelID (reported by Sundararaj Reel). - The isnumber() function now checks the given pointer for NULL (thanks to Holger @@ -6673,3 +6673,4 @@ Video Disk Recorder Revision History not yet known when a new payload starts. This adds no overhead for channels that broadcast the frame type within the first TS packet of a payload; it only kicks in if that information is not in the first TS packet. +- Fixed handling the channelID in cMenuEditChanItem (thanks to Udo Richter). |