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/mpcchap/mpcchap.c

    r414 r419  
    117117                }
    118118                if (ntags > 0) tag_len += 24 + ntags * 9;
    119                
     119
    120120                offset_size = encodeSize(chap_pos, sample_offset, MPC_FALSE);
    121121                tag_len = encodeSize(tag_len + 4 + offset_size + 2, block_header + 2, MPC_TRUE);
     
    226226        int i;
    227227        FILE * out_file;
    228         mpc_chap_info * chap;
     228        mpc_chap_info const * chap;
    229229
    230230        if (chap_nb <= 0)
Note: See TracChangeset for help on using the changeset viewer.