Changeset 419 for libmpc/trunk/libmpcdec
- Timestamp:
- 11/12/08 20:15:48 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/libmpcdec/mpc_demux.c
r411 r419 382 382 * @return the chapter information structure 383 383 */ 384 mpc_chap_info * mpc_demux_chap(mpc_demux * d, int chap_nb)384 mpc_chap_info const * mpc_demux_chap(mpc_demux * d, int chap_nb) 385 385 { 386 386 if (d->chap_nb == -1)
Note: See TracChangeset
for help on using the changeset viewer.