Ignore:
Timestamp:
08/21/10 19:01:58 (14 years ago)
Author:
r2d
Message:

audacious-musepack : updated plugin for audacious 2.3 (ubuntu 10.04)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • audacious-musepack/trunk/libmpc.h

    r456 r468  
    5959{
    6060    gchar*     isError;
     61        unsigned   dynbitrate;
    6162    long long  offset;
    62     bool       isOutput;
    6363    bool       isAlive;
    6464    bool       isPause;
    65 };
    66 
    67 struct TrackInfo
    68 {
    69     gint   bitrate;
    70     gchar* display;
    71     gint   length;
    72     gint   sampleFreq;
    73     gint   channels;
    7465};
    7566
Note: See TracChangeset for help on using the changeset viewer.