Ignore:
Timestamp:
12/23/06 13:38:05 (17 years ago)
Author:
r2d
Message:

dev tools only for gcc :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/include/mpcdec/mpcdec.h

    r161 r185  
    5757
    5858typedef struct mpc_frame_info_t {
    59         mpc_uint32_t samples;   /// number of samples in the frame
     59        mpc_uint32_t samples;   /// number of samples in the frame (counting once for multiple channels)
    6060        mpc_int32_t bits;       /// number of bits consumed by this frame (-1) if end of stream
    61         MPC_SAMPLE_FORMAT * buffer;     /// frame samples buffer (size = samples * channels * sizeof(MPC_SAMPLE_FORMAT)
     61        MPC_SAMPLE_FORMAT * buffer;     /// frame samples buffer (size = samples * channels * sizeof(MPC_SAMPLE_FORMAT))
    6262        mpc_bool_t is_key_frame; /// 1 if this frame is a key frame (first in block) 0 else. Set by the demuxer.
    6363} mpc_frame_info;
Note: See TracChangeset for help on using the changeset viewer.