Ignore:
Timestamp:
12/24/06 17:17:50 (17 years ago)
Author:
r2d
Message:

Added TagLib support (as a static lib). Used to display track title.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • winamp-musepack/trunk/winamp-musepack/mpc_player.h

    r188 r189  
    22
    33#include <mpcdec/mpcdec.h>
     4#include <fileref.h>
    45
    56// post this to the main window at end of file (after playback as stopped)
     
    3031        mpc_reader reader;
    3132        mpc_demux* demux;
     33        TagLib::FileRef * tag_file;
     34
    3235    MPC_SAMPLE_FORMAT sample_buffer[MPC_DECODER_BUFFER_LENGTH];
    3336
Note: See TracChangeset for help on using the changeset viewer.