[FFmpeg-cvslog] r19158 - trunk/libavformat/id3v2.c
diego
subversion
Thu Jun 11 22:45:36 CEST 2009
Author: diego
Date: Thu Jun 11 22:45:35 2009
New Revision: 19158
Log:
cosmetics: Prettyprint one more line to have columns line up.
Modified:
trunk/libavformat/id3v2.c
Modified: trunk/libavformat/id3v2.c
==============================================================================
--- trunk/libavformat/id3v2.c Thu Jun 11 22:18:29 2009 (r19157)
+++ trunk/libavformat/id3v2.c Thu Jun 11 22:45:35 2009 (r19158)
@@ -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)
More information about the ffmpeg-cvslog
mailing list