Changeset 419 for libmpc/trunk/mpcchap/mpcchap.c
- Timestamp:
- 11/12/08 20:15:48 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpcchap/mpcchap.c
r414 r419 117 117 } 118 118 if (ntags > 0) tag_len += 24 + ntags * 9; 119 119 120 120 offset_size = encodeSize(chap_pos, sample_offset, MPC_FALSE); 121 121 tag_len = encodeSize(tag_len + 4 + offset_size + 2, block_header + 2, MPC_TRUE); … … 226 226 int i; 227 227 FILE * out_file; 228 mpc_chap_info * chap;228 mpc_chap_info const * chap; 229 229 230 230 if (chap_nb <= 0)
Note: See TracChangeset
for help on using the changeset viewer.