mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 21:20:41 +00:00
cosmetics: Prettyprint one more line to have columns line up.
Originally committed as revision 19158 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
477ffff218
commit
1d4b1bf2f6
@ -33,7 +33,7 @@ int ff_id3v2_match(const uint8_t *buf)
|
||||
(buf[6] & 0x80) == 0 &&
|
||||
(buf[7] & 0x80) == 0 &&
|
||||
(buf[8] & 0x80) == 0 &&
|
||||
(buf[9] & 0x80) == 0;
|
||||
(buf[9] & 0x80) == 0;
|
||||
}
|
||||
|
||||
int ff_id3v2_tag_len(const uint8_t * buf)
|
||||
|
Loading…
Reference in New Issue
Block a user