提交 40a5dd2f 编写于 作者: A Alex Converse

id3v2: Initialize tflags for version 2.2.

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册