From b3facc4af8110beabdcade75e8d753b511d0e8cf Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 30 Aug 2012 05:17:24 +0200 Subject: [PATCH] ac3dec: fix uninitialized var warning This commit should be purely cosmetic Signed-off-by: Michael Niedermayer --- libavformat/ac3dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/ac3dec.c b/libavformat/ac3dec.c index a11a36e582..7a34ea8b4b 100644 --- a/libavformat/ac3dec.c +++ b/libavformat/ac3dec.c @@ -61,7 +61,7 @@ static int ac3_eac3_probe(AVProbeData *p, enum AVCodecID expected_codec_id) break; if (buf[0] == 0x77 && buf[1] == 0x0B) { av_assert0(hdr.frame_size <= sizeof(buf3)); - for(; i