Changeset 376 for libmpc/trunk/include
- Timestamp:
 - 12/18/07 23:55:26 (18 years ago)
 - Location:
 - libmpc/trunk/include/mpc
 - Files:
 - 
          
- 2 edited
 
- 
          mpc_types.h (modified) (1 diff)
 - 
          mpcdec.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
libmpc/trunk/include/mpc/mpc_types.h
r359 r376 73 73 typedef mpc_uint8_t mpc_bool_t; 74 74 75 // #define LONG_SEEK_TABLE 76 #ifdef LONG_SEEK_TABLE // define as needed (mpc_uint32_t supports files up to 512 MB) 77 typedef mpc_uint64_t mpc_seek_t; 78 #else 79 typedef mpc_uint32_t mpc_seek_t; 80 #endif 81 75 82 # define mpc_int64_min -9223372036854775808ll 76 83 # define mpc_int64_max 9223372036854775807ll  - 
        
libmpc/trunk/include/mpc/mpcdec.h
r291 r376 112 112 mpc_status mpc_demux_seek_sample(mpc_demux * d, mpc_uint64_t destsample); 113 113 mpc_status mpc_demux_seek_second(mpc_demux * d, double seconds); 114 mpc_s ize_t mpc_demux_pos(mpc_demux * d);114 mpc_seek_t mpc_demux_pos(mpc_demux * d); 115 115 116 116  
Note: See TracChangeset
          for help on using the changeset viewer.
      