--- libgig/trunk/src/gig.cpp 2003/12/26 16:15:31 24 +++ libgig/trunk/src/gig.cpp 2004/01/01 23:46:41 27 @@ -73,9 +73,7 @@ } FrameOffset = 0; // just for streaming compressed samples - LoopStart /= FrameSize; // convert to sample points - LoopEnd /= FrameSize; // convert to sample points - LoopSize = LoopEnd - LoopStart; + LoopSize = LoopEnd - LoopStart; } /// Scans compressed samples for mandatory informations (e.g. actual number of total sample points).