someone needs to smoke less pot. remove unused stuff...

Originally committed to SVN as r346.
This commit is contained in:
David Lamparter 2006-04-17 00:59:28 +00:00
parent ca9523af18
commit 902bc68b85
3 changed files with 0 additions and 4 deletions

View File

@ -138,7 +138,6 @@ void PortAudioPlayer::Play(__int64 start,__int64 count) {
realPlayPos = start; realPlayPos = start;
playPos = start; playPos = start;
startPos = start; startPos = start;
startMS = startPos * 1000 / provider->GetSampleRate();
// Start playing // Start playing
if (!playing) { if (!playing) {

View File

@ -60,7 +60,6 @@ private:
volatile __int64 startPos; volatile __int64 startPos;
volatile __int64 endPos; volatile __int64 endPos;
volatile __int64 realPlayPos; volatile __int64 realPlayPos;
volatile __int64 startMS;
void *stream; void *stream;
static int paCallback(void *inputBuffer, void *outputBuffer, unsigned long framesPerBuffer, PaTimestamp outTime, void *userData); static int paCallback(void *inputBuffer, void *outputBuffer, unsigned long framesPerBuffer, PaTimestamp outTime, void *userData);

View File

@ -147,8 +147,6 @@ wxString AvisynthAudioProvider::GetFilename() {
return filename; return filename;
} }
int aaa = 0;
///////////// /////////////
// Get audio // Get audio
void AvisynthAudioProvider::GetAudio(void *buf, __int64 start, __int64 count) { void AvisynthAudioProvider::GetAudio(void *buf, __int64 start, __int64 count) {