Changeset 185 for libmpc/branches/r2d/include
- Timestamp:
- 12/23/06 13:38:05 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/include/mpcdec/mpcdec.h
r161 r185 57 57 58 58 typedef 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) 60 60 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)) 62 62 mpc_bool_t is_key_frame; /// 1 if this frame is a key frame (first in block) 0 else. Set by the demuxer. 63 63 } mpc_frame_info;
Note: See TracChangeset
for help on using the changeset viewer.