diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-04-29 19:11:16 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-04-29 19:11:16 +0000 |
| commit | 8bd2f891c7007dc974e8298f84f5fbb354aebb26 (patch) | |
| tree | 70130e89581fd1fd8756c2e26e5845467e20600f /src/plugins/Output/directsound/outputdirectsound.h | |
| parent | dc97c6f8ef5ec508b0e938be080412156f894f04 (diff) | |
| download | qmmp-8bd2f891c7007dc974e8298f84f5fbb354aebb26.tar.gz qmmp-8bd2f891c7007dc974e8298f84f5fbb354aebb26.tar.bz2 qmmp-8bd2f891c7007dc974e8298f84f5fbb354aebb26.zip | |
direct sound: faster seeking
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7137 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/directsound/outputdirectsound.h')
| -rw-r--r-- | src/plugins/Output/directsound/outputdirectsound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Output/directsound/outputdirectsound.h b/src/plugins/Output/directsound/outputdirectsound.h index 295073a18..af70646c6 100644 --- a/src/plugins/Output/directsound/outputdirectsound.h +++ b/src/plugins/Output/directsound/outputdirectsound.h @@ -76,6 +76,7 @@ private: static DSoundChannels m_dsound_pos[10];
qint64 m_latency;
qint32 m_bytesPerSecond;
+ bool m_reset;
};
/**
|
