~mkas/mixxx/mysql

« back to all changes in this revision

Viewing changes to mixxx/src/vinylcontrol/vinylcontrolxwax.h

  • Committer: MKas
  • Date: 2012-11-03 12:55:54 UTC
  • Revision ID: mkas@tux.lt-20121103125554-ez5ajqyk7bwehrp2
merge with trunk + sql fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    bool bTrackSelectMode;
75
75
 
76
76
    // Contains information that xwax's code needs internally about the timecode and how to process it.
77
 
    struct timecoder_t timecoder;
 
77
    struct timecoder timecoder;
78
78
    static QMutex s_xwaxLUTMutex; /** Static mutex that protects our creation/destruction of the xwax LUTs */
79
79
    static bool m_bLUTInitialized;
80
80