Ignore:
Timestamp:
10/31/08 00:20:05 (15 years ago)
Author:
r2d
Message:

added chapter gain / peak to libmpcdec and mpcchap as in the spec

File:
1 edited

Legend:

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

    r402 r411  
    6060#define DEMUX_BUFFER_SIZE (65536 - MAX_FRAME_SIZE) // need some space as sand box
    6161
    62 typedef struct {
    63         mpc_uint64_t sample; /// sample where the chapter starts
    64         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 preamble
    66 } mpc_chap_t;
    67 
    6862struct mpc_demux_t {
    6963        mpc_reader * r;
     
    8680        mpc_seek_t chap_pos; /// supposed position of the first chapter block
    8781        mpc_int_t chap_nb; /// number of chapters (-1 if unknown, 0 if no chapter)
    88         mpc_chap_t * chap; /// chapters position and tag
     82        mpc_chap_info * chap; /// chapters position and tag
    8983
    9084};
Note: See TracChangeset for help on using the changeset viewer.