Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'common/DSUtilLite/timer.h')
-rw-r--r--common/DSUtilLite/timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/DSUtilLite/timer.h b/common/DSUtilLite/timer.h
index 7a64aa6d..1c49a0e0 100644
--- a/common/DSUtilLite/timer.h
+++ b/common/DSUtilLite/timer.h
@@ -37,8 +37,8 @@
} else \
tskip_count++; \
if (((tcount + tskip_count) & (tcount + tskip_count - 1)) == 0) { \
- DbgLog((LOG_TRACE, 10, \
+ debugprintf( \
L"%I64u decicycles in %S, %d runs, %d skips", \
- tsum * 10 / tcount, id, tcount, tskip_count)); \
+ tsum * 10 / tcount, id, tcount, tskip_count); \
} \
}