Commit 40a5dd2f authored by Alex Converse's avatar Alex Converse

id3v2: Initialize tflags for version 2.2.

parent ca7d8256
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment