Changeset 1121

Show
Ignore:
Timestamp:
08/03/09 08:52:02 (12 months ago)
Author:
gbooker
Message:

The offset here was compensating for the lack of interleaver, but once the interleaver was added, it was wrong. This fixes passthrough.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/FFissionCodec/FFissionDecoder.cpp

    r1108 r1121  
    456456        int totalSize = blockCount * 256 * channelCount / 4; 
    457457        memset(outputBuffer, 0, totalSize); 
    458         int offset = 2; 
     458        int offset = 0; 
    459459         
    460460        if(bigEndian)