Ignore:
Timestamp:
03/25/08 16:31:41 (16 years ago)
Author:
r2d
Message:
  • added mpcchap utility to add (and later dump) chapters in a sv8 mpc file
  • moved tag.c from mpcenc to common, as used by mpcchap
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/include/mpc/mpcdec.h

    r376 r384  
    113113mpc_status mpc_demux_seek_second(mpc_demux * d, double seconds);
    114114mpc_seek_t mpc_demux_pos(mpc_demux * d);
     115// chapters
     116mpc_int_t mpc_demux_chap_nb(mpc_demux * d);
     117mpc_uint64_t mpc_demux_chap(mpc_demux * d, int chap_nb, char ** tag, mpc_uint_t * tag_size);
    115118
    116119
Note: See TracChangeset for help on using the changeset viewer.