From 40a5dd2f35e0cfcfb92475a8f305fb6f78038507 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Wed, 25 May 2011 17:03:12 -0700 Subject: id3v2: Initialize tflags for version 2.2. --- libavformat/id3v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c index 4fecffe6ba..948261ad97 100644 --- a/libavformat/id3v2.c +++ b/libavformat/id3v2.c @@ -220,7 +220,7 @@ static void ff_id3v2_parse(AVFormatContext *s, int len, uint8_t version, uint8_t avio_skip(s->pb, get_size(s->pb, 4)); while (len >= taghdrlen) { - unsigned int tflags; + unsigned int tflags = 0; int tunsync = 0; if (isv34) { -- cgit v1.2.3