Avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the '& 0xff' in CRC32::crc32() of libsi/util.c

This commit is contained in:
Klaus Schmidinger
2005-05-28 14:19:16 +02:00
parent ae3da0bcec
commit 1e63fa4174
4 changed files with 28 additions and 16 deletions

View File

@@ -3570,3 +3570,5 @@ Video Disk Recorder Revision History
the schedule it is in.
- Now using hash tables to speed up cSchedule::GetEvent() (partially based on
a patch from Georg Acher).
- Avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the
'& 0xff' in CRC32::crc32() of libsi/util.c (thanks to Georg Acher).