Ignore:
Timestamp:
10/31/06 11:47:09 (17 years ago)
Author:
r2d
Message:
  • first SV8 decoding, it's VERY BADLY implemented. To enable decoding, MPC_LITTLE_ENDIAN must NOT be defined on 386 (so sv7 doesn't work in the same time). Was just to verify that there is no bug in encoding (found 1 !)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpcdec/branches/zorg/src/decoder.h

    r68 r81  
    8787
    8888    mpc_uint32_t  WordsRead;                  // counts amount of decoded dwords
     89        mpc_uint32_t  BlockBits;                  // block bits left to read
    8990
    9091    // randomizer state variables
    91     mpc_uint32_t  __r1; 
    92     mpc_uint32_t  __r2; 
     92    mpc_uint32_t  __r1;
     93    mpc_uint32_t  __r2;
    9394
    9495    // seeking
Note: See TracChangeset for help on using the changeset viewer.