You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavf/id3v2: cosmetics: reindent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
b6576dca99
commit
61625565e4
@@ -790,8 +790,8 @@ void ff_id3v2_read(AVFormatContext *s, const char *magic, ID3v2ExtraMeta **extra
|
|||||||
ret = avio_read(s->pb, buf, ID3v2_HEADER_SIZE);
|
ret = avio_read(s->pb, buf, ID3v2_HEADER_SIZE);
|
||||||
if (ret != ID3v2_HEADER_SIZE)
|
if (ret != ID3v2_HEADER_SIZE)
|
||||||
break;
|
break;
|
||||||
found_header = ff_id3v2_match(buf, magic);
|
found_header = ff_id3v2_match(buf, magic);
|
||||||
if (found_header) {
|
if (found_header) {
|
||||||
/* parse ID3v2 header */
|
/* parse ID3v2 header */
|
||||||
len = ((buf[6] & 0x7f) << 21) |
|
len = ((buf[6] & 0x7f) << 21) |
|
||||||
((buf[7] & 0x7f) << 14) |
|
((buf[7] & 0x7f) << 14) |
|
||||||
|
Reference in New Issue
Block a user