[FFmpeg-cvslog] id3v2: Initialize tflags for version 2.2.

Alex Converse git at videolan.org
Fri May 27 23:57:11 CEST 2011


ffmpeg | branch: master | Alex Converse <alex.converse at gmail.com> | Wed May 25 17:03:12 2011 -0700| [40a5dd2f35e0cfcfb92475a8f305fb6f78038507] | committer: Alex Converse

id3v2: Initialize tflags for version 2.2.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40a5dd2f35e0cfcfb92475a8f305fb6f78038507
---

 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) {



More information about the ffmpeg-cvslog mailing list