Commit efc795d1 authored by diego's avatar diego

cosmetics: Prettyprint one more line to have columns line up.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19158 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 31052c1d
...@@ -33,7 +33,7 @@ int ff_id3v2_match(const uint8_t *buf) ...@@ -33,7 +33,7 @@ int ff_id3v2_match(const uint8_t *buf)
(buf[6] & 0x80) == 0 && (buf[6] & 0x80) == 0 &&
(buf[7] & 0x80) == 0 && (buf[7] & 0x80) == 0 &&
(buf[8] & 0x80) == 0 && (buf[8] & 0x80) == 0 &&
(buf[9] & 0x80) == 0; (buf[9] & 0x80) == 0;
} }
int ff_id3v2_tag_len(const uint8_t * buf) int ff_id3v2_tag_len(const uint8_t * buf)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment