mirror of
https://github.com/xiph/opus.git
synced 2025-05-30 23:27:42 +00:00
Reformatting changes with an update to the MSVC project files
This commit is contained in:
parent
2d4f614091
commit
acc7a6c78b
151 changed files with 3736 additions and 4091 deletions
|
@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
unsigned long silk_GetHighResolutionTime(void) /* O: time in usec*/
|
||||
unsigned long silk_GetHighResolutionTime(void) /* O time in usec*/
|
||||
{
|
||||
/* Returns a time counter in microsec */
|
||||
/* the resolution is platform dependent */
|
||||
|
@ -54,7 +54,7 @@ unsigned long silk_GetHighResolutionTime(void) /* O: time in usec*/
|
|||
return (unsigned long)((1000000*(lpPerformanceCount.QuadPart)) / lpFrequency.QuadPart);
|
||||
}
|
||||
#else /* Linux or Mac*/
|
||||
unsigned long GetHighResolutionTime(void) /* O: time in usec*/
|
||||
unsigned long GetHighResolutionTime(void) /* O time in usec*/
|
||||
{
|
||||
struct timeval tv;
|
||||
gettimeofday(&tv, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue