Ignore:
Timestamp:
12/30/06 17:49:40 (17 years ago)
Author:
r2d
Message:
  • moved skip_id3v2 to demuxer and changed so it doesn't need seek (not tested with id3v2 tags)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcdec/internal.h

    r195 r196  
    8383};
    8484
    85 /// Searches for a ID3v2-tag and reads the length (in bytes) of it.
    86 ///
    87 /// \param p_reader supplying raw stream data
    88 /// \return size of tag, in bytes
    89 /// \return MPC_STATUS_FILE on errors of any kind
    90 mpc_int32_t mpc_skip_id3v2(mpc_reader* p_reader);
    91 
    9285/// helper functions used by multiple files
    9386mpc_uint32_t mpc_random_int(mpc_decoder *d); // in synth_filter.c
Note: See TracChangeset for help on using the changeset viewer.