Fix the min value for the stats

Original commit message from CVS:
Fix the min value for the stats
This commit is contained in:
Wim Taymans 2002-09-12 20:11:12 +00:00
parent c6b9be0e52
commit 7fc83d1433

View file

@ -4,7 +4,7 @@
static guint64 iterations = 0;
static guint64 sum = 0;
static guint64 min = G_MAXINT;
static guint64 min = G_MAXINT64;
static guint64 max = 0;
static GstClock *s_clock;