X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=tools%2Fprobetest.c;h=8ff77a45fb75490fce48a5c3b592f8b8b677c65c;hp=a49bb414548f8f2bfce1f64a1cd02bb7d03b1d12;hb=ff19d438dc6950a4fd6e1004b331c1aca4236c58;hpb=c4674a479bccdaa7071ef77baf21040909a97def diff --git a/tools/probetest.c b/tools/probetest.c index a49bb41454..8ff77a45fb 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) {