Mercurial > hg > easaier-soundaccess
diff sv/main/MainWindow.cpp @ 193:7f8c40be6e54
window compilation (add HAVE_VIDEO)
author | lbajardsilogic |
---|---|
date | Wed, 28 Nov 2007 15:43:03 +0000 |
parents | 709777a471c3 |
children | a15d44a672c1 |
line wrap: on
line diff
--- a/sv/main/MainWindow.cpp Wed Nov 28 14:52:28 2007 +0000 +++ b/sv/main/MainWindow.cpp Wed Nov 28 15:43:03 2007 +0000 @@ -3598,8 +3598,8 @@ long long timeTemp = 0; #ifdef _WIN32 QueryPerformanceCounter((LARGE_INTEGER *)(&timeTemp)); + pos=(timeTemp-m_playSource->hardwareBufferedTime)/(countFreq); #endif - pos=(timeTemp-m_playSource->hardwareBufferedTime)/(countFreq); pos*=getPlaySpeedVal(); } return (newAudioTime+pos);