Changeset 400 for libmpc/trunk/libmpcdec/mpc_demux.c
- Timestamp:
- 04/21/08 16:22:24 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/libmpcdec/mpc_demux.c
r390 r400 157 157 * @return MPC_STATUS_FILE on errors of any kind 158 158 */ 159 mpc_int32_t mpc_demux_skip_id3v2(mpc_demux * d)159 static mpc_int32_t mpc_demux_skip_id3v2(mpc_demux * d) 160 160 { 161 161 mpc_uint8_t tmp [4]; … … 203 203 } 204 204 205 mpc_status mpc_demux_seek_init(mpc_demux * d)205 static mpc_status mpc_demux_seek_init(mpc_demux * d) 206 206 { 207 207 if (d->seek_table != 0)
Note: See TracChangeset
for help on using the changeset viewer.