K 10 svn:author V 5 brian K 8 svn:date V 27 1999-10-13T07:49:13.000000Z K 7 svn:log V 446 When uncompressing VJ-compressed frames, fix the ip_sum directly in struct cstate rather than copying the stored header slot into a potentially mis-aligned buffer then trying to update the ip_sum without causing an exception on non-i386 hardware. I've never been able to reproduce this problem, but it has been reported by many people... besides, the code is now a bit cleaner. Testing & patience by: Anthony Solovjoff END