mirror of https://github.com/odrling/Aegisub
someone needs to smoke less pot. remove unused stuff...
Originally committed to SVN as r346.
This commit is contained in:
parent
ca9523af18
commit
902bc68b85
|
@ -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) {
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue