Ignore:
Timestamp:
08/12/06 16:24:59 (18 years ago)
Author:
zorg
Message:

Update to 1.2.1

File:
1 edited

Legend:

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

    r4 r6  
    101101mpc_bool_t mpc_decoder_initialize(mpc_decoder *d, mpc_streaminfo *si);
    102102
     103void mpc_decoder_set_streaminfo(mpc_decoder *d, mpc_streaminfo *si);
     104
    103105/// Sets decoder sample scaling factor.  All decoded samples will be multiplied
    104106/// by this factor.
     
    120122    mpc_uint32_t *vbr_update_bits);
    121123
     124mpc_uint32_t mpc_decoder_decode_frame(
     125    mpc_decoder *d,
     126    mpc_uint32_t *in_buffer,
     127    mpc_uint32_t in_len,
     128    MPC_SAMPLE_FORMAT *out_buffer);
     129
    122130/// Seeks to the specified sample in the source stream.
    123131mpc_bool_t mpc_decoder_seek_sample(mpc_decoder *d, mpc_int64_t destsample);
Note: See TracChangeset for help on using the changeset viewer.