Set default sound backend in Win32 to own DirectSound, and changed conference clock to 10ms (from 20ms)

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@443 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip-apps/src/samples/siprtp_report.c b/pjsip-apps/src/samples/siprtp_report.c
index dfb2830..192f223 100644
--- a/pjsip-apps/src/samples/siprtp_report.c
+++ b/pjsip-apps/src/samples/siprtp_report.c
@@ -59,7 +59,7 @@
     pj_gettimeofday(&now);
 
     /* Print duration */
-    if (inv->state >= PJSIP_INV_STATE_CONFIRMED && call->connect_time) {
+    if (inv->state >= PJSIP_INV_STATE_CONFIRMED && call->connect_time.sec) {
 
 	PJ_TIME_VAL_SUB(now, call->connect_time);