Ignore:
Timestamp:
11/12/08 20:15:48 (15 years ago)
Author:
r2d
Message:
  • changed version string to 1.28.0
  • added const to mpc_demux_chap return value
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcdec/mpc_demux.c

    r411 r419  
    382382 * @return the chapter information structure
    383383 */
    384 mpc_chap_info * mpc_demux_chap(mpc_demux * d, int chap_nb)
     384mpc_chap_info const * mpc_demux_chap(mpc_demux * d, int chap_nb)
    385385{
    386386        if (d->chap_nb == -1)
Note: See TracChangeset for help on using the changeset viewer.