Ignore:
Timestamp:
09/22/06 22:00:44 (18 years ago)
Author:
zorg
Message:

Added optional fast seeking, seek table index & various code cleanup. Patch by Nicolas BOTTI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpcdec/trunk/include/mpcdec/streaminfo.h

    r6 r37  
    8282    mpc_streaminfo_off_t total_file_length;  ///< total length of underlying file
    8383    //@}
     84
     85    /// @name fast seeking support
     86    //@{
     87    mpc_uint32_t        fast_seek;           ///< support fast seeking ? (0: no, 1: yes)
     88    //@}
    8489} mpc_streaminfo;
    8590
Note: See TracChangeset for help on using the changeset viewer.