git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd5a75
)
indent
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 29 Jun 2009 18:37:29 +0000
(18:37 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 29 Jun 2009 18:37:29 +0000
(18:37 +0000)
Originally committed as revision 19292 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/id3v2.c
patch
|
blob
|
history
diff --git
a/libavformat/id3v2.c
b/libavformat/id3v2.c
index
43775ce
..
0cf2cb1
100644
(file)
--- 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 */