diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-28 14:19:16 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-28 14:19:16 +0200 |
commit | 1e63fa4174c73d8ea4d257b883a9ac926a87311d (patch) | |
tree | 130f5125303bb9f1192cab935f659f3b6855a911 /CONTRIBUTORS | |
parent | ae3da0bcec271892b4e4aa1c34a0eb06c3856035 (diff) | |
download | vdr-1e63fa4174c73d8ea4d257b883a9ac926a87311d.tar.gz vdr-1e63fa4174c73d8ea4d257b883a9ac926a87311d.tar.bz2 |
Avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the '& 0xff' in CRC32::crc32() of libsi/util.c
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7e1a22d0..96d21c65 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1362,3 +1362,5 @@ Georg Acher <acher@baycom.de> for making tChannelID::operator==() inline for better performance for introducing cListBase::count for better performance for a patch that was used to implement hash tables to speed up cSchedule::GetEvent() + for avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the + '& 0xff' in CRC32::crc32() of libsi/util.c |