OSDN Git Service

cosmetics: Prettyprint one more line to have columns line up.
authorDiego Biurrun <diego@biurrun.de>
Thu, 11 Jun 2009 20:45:35 +0000 (20:45 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 11 Jun 2009 20:45:35 +0000 (20:45 +0000)
Originally committed as revision 19158 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/id3v2.c

index 9056633..6a3ecb9 100644 (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)