Ignore:
Timestamp:
11/13/06 20:13:18 (17 years ago)
Author:
r2d
Message:
  • changed decoder struct and length computations
File:
1 edited

Legend:

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

    r108 r126  
    6767        mpc_uint32_t max_band;           ///< Maximum band-index used in stream (0...31)
    6868        mpc_uint32_t ms;                 ///< Mid/side stereo (0: off, 1: on)
    69         mpc_uint32_t is_true_gapless;    ///< True gapless? (0: no, 1: yes)
    70         mpc_uint32_t frames;             ///< Number of frames in stream
    71         mpc_uint32_t last_frame_samples; ///< Number of valid samples within last frame
    7269        mpc_uint32_t channels;           ///< Number of channels in stream
    7370
     71        mpc_uint64_t samples;            ///< Number of samples in stream
     72
     73        mpc_uint64_t decoded_samples;    ///< Number of samples decoded from file begining
    7474        mpc_uint32_t samples_to_skip;    ///< Number samples to skip (used for seeking)
    75         mpc_uint32_t decoded_frames;     ///< Number of frames decoded from file begining
    7675
    7776    // randomizer state variables
Note: See TracChangeset for help on using the changeset viewer.