From ff19d438dc6950a4fd6e1004b331c1aca4236c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 15 Sep 2009 13:09:34 +0000 Subject: [PATCH] =?UTF-8?q?Init=20i=20to=200=20(10l=20fix).=20Patch=20by?= =?UTF-8?q?=20Martin=20Storsj=C3=B6=20/=20martin=20von=20martin=20aus=20st?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 19855 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tools/probetest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {