diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-06-29 18:37:29 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-06-29 18:37:29 +0000 |
commit | d004179e197fc9be7fbefa7c38c09984517cbfed (patch) | |
tree | 78285541ea09129b43e91dcf934ae6491fd455c1 /libavformat/id3v2.c | |
parent | 3fd5a75b07b332f27e5f2ee51eff38d0e654def1 (diff) | |
download | ffmpeg-d004179e197fc9be7fbefa7c38c09984517cbfed.tar.gz |
indent
Originally committed as revision 19292 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/id3v2.c')
-rw-r--r-- | libavformat/id3v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c index 43775ce3c2..0cf2cb1a07 100644 --- a/libavformat/id3v2.c +++ b/libavformat/id3v2.c @@ -156,7 +156,7 @@ void ff_id3v2_parse(AVFormatContext *s, int len, uint8_t version, uint8_t flags) if (isv34) { tag = get_be32(s->pb); if(version==3){ - tlen = get_be32(s->pb); + tlen = get_be32(s->pb); }else tlen = get_size(s->pb, 4); get_be16(s->pb); /* flags */ |