Ignore:
Timestamp:
12/18/07 23:55:26 (16 years ago)
Author:
r2d
Message:

added LONG_SEEK_TABLE define for a 64 bits long offset in the seek table in libmpcdec. Same change may be done to the encoder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/include/mpc/mpcdec.h

    r291 r376  
    112112mpc_status mpc_demux_seek_sample(mpc_demux * d, mpc_uint64_t destsample);
    113113mpc_status mpc_demux_seek_second(mpc_demux * d, double seconds);
    114 mpc_size_t mpc_demux_pos(mpc_demux * d);
     114mpc_seek_t mpc_demux_pos(mpc_demux * d);
    115115
    116116
Note: See TracChangeset for help on using the changeset viewer.