On Wed, 25 May 2011 17:06:14 -0700, Alex Converse <[email protected]> wrote: > --- > libavformat/id3v2.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c > index 4fecffe..948261a 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) { > -- > 1.7.3.1 >
Ok. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
