This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cosmetics: Prettyprint one more line to have columns line up.
Originally committed as revision 19158 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun
16 years ago
parent
477ffff218
commit
1d4b1bf2f6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/id3v2.c
+ 1
- 1
libavformat/id3v2.c
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save