Ignore:
Timestamp:
11/23/06 19:17:14 (17 years ago)
Author:
r2d
Message:
  • merged SI and RG blocks
  • updated seek table according to the spec in mppenc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcenc/libmpcenc.h

    r147 r149  
    5757        mpc_uint32_t seek_pos; /// current position in the seek table
    5858        mpc_uint32_t seek_ref; /// reference position for the seek information
     59        mpc_uint32_t seek_ptr; /// position of the seek pointer block
     60        mpc_uint32_t seek_pwr; /// keep a seek table entry every 2^seek_pwr block
     61        mpc_uint32_t block_cnt; /// number of encoded blocks
    5962
    6063        FILE * outputFile; // ouput file
Note: See TracChangeset for help on using the changeset viewer.