Ignore:
Timestamp:
04/05/08 20:09:57 (16 years ago)
Author:
r2d
Message:

libmpcdec API cleanup and documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcdec/internal.h

    r384 r390  
    6767
    6868typedef struct {
    69         mpc_uint64_t sample;
    70         mpc_uint_t tag_size;
    71         char * tag;
     69        mpc_uint64_t sample; /// sample where the chapter starts
     70        mpc_uint_t tag_size; /// size of the tag element (0 if no tag is present for this chapter)
     71        char * tag; /// pointer to an APEv2 tag without the preamble
    7272} mpc_chap_t;
    7373
     
    9393        mpc_int_t chap_nb; /// number of chapters (-1 if unknown, 0 if no chapter)
    9494        mpc_chap_t * chap; /// chapters position and tag
    95        
     95
    9696};
    9797
Note: See TracChangeset for help on using the changeset viewer.