diff --git a/tools/probetest.c b/tools/probetest.c index a49bb414548f8f2bfce1f64a1cd02bb7d03b1d12..8ff77a45fb75490fce48a5c3b592f8b8b677c65c 100644 --- a/tools/probetest.c +++ b/tools/probetest.c @@ -29,7 +29,7 @@ static int failures=0; static void probe(AVProbeData *pd, int type, int p, int size) { - int i; + int i = 0; AVInputFormat *fmt; for(fmt = first_iformat; fmt != NULL; fmt = fmt->next) {