Changeset 411 for libmpc/trunk/libmpcdec/internal.h
- Timestamp:
- 10/31/08 00:20:05 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/libmpcdec/internal.h
r402 r411 60 60 #define DEMUX_BUFFER_SIZE (65536 - MAX_FRAME_SIZE) // need some space as sand box 61 61 62 typedef struct {63 mpc_uint64_t sample; /// sample where the chapter starts64 mpc_uint_t tag_size; /// size of the tag element (0 if no tag is present for this chapter)65 char * tag; /// pointer to an APEv2 tag without the preamble66 } mpc_chap_t;67 68 62 struct mpc_demux_t { 69 63 mpc_reader * r; … … 86 80 mpc_seek_t chap_pos; /// supposed position of the first chapter block 87 81 mpc_int_t chap_nb; /// number of chapters (-1 if unknown, 0 if no chapter) 88 mpc_chap_ t* chap; /// chapters position and tag82 mpc_chap_info * chap; /// chapters position and tag 89 83 90 84 };
Note: See TracChangeset
for help on using the changeset viewer.