indent
Originally committed as revision 19292 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3fd5a75b07
commit
d004179e19
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue