You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
indent
Originally committed as revision 19292 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -156,7 +156,7 @@ void ff_id3v2_parse(AVFormatContext *s, int len, uint8_t version, uint8_t flags)
|
|||||||
if (isv34) {
|
if (isv34) {
|
||||||
tag = get_be32(s->pb);
|
tag = get_be32(s->pb);
|
||||||
if(version==3){
|
if(version==3){
|
||||||
tlen = get_be32(s->pb);
|
tlen = get_be32(s->pb);
|
||||||
}else
|
}else
|
||||||
tlen = get_size(s->pb, 4);
|
tlen = get_size(s->pb, 4);
|
||||||
get_be16(s->pb); /* flags */
|
get_be16(s->pb); /* flags */
|
||||||
|
Reference in New Issue
Block a user