driver/audioplay.cpp: cleanup header, init m_SecondsToSkip variable

This commit is contained in:
[CST] Focus
2013-12-11 12:41:57 +04:00
parent fcc6cc6ff2
commit f095b4e293
2 changed files with 2 additions and 3 deletions

View File

@@ -37,9 +37,7 @@ class CAudioPlayer
private:
time_t m_played_time;
int m_sc_buffered;
FILE *soundfd;
pthread_t thrPlay;
FILE *fp;
CBaseDec::State state;
static void* PlayThread(void*);
void clearFileData();
@@ -47,7 +45,6 @@ private:
protected:
CAudiofile m_Audiofile;
bool SetDSP(int soundfd, int fmt, unsigned int dsp_speed, unsigned int channels);
public:
static CAudioPlayer* getInstance();