OSDN Git Service

Cosmetics: Initialize pointers with NULL instead of 0, for consistency
authorMartin Storsjö <martin@martin.st>
Thu, 13 May 2010 19:18:27 +0000 (19:18 +0000)
committerMartin Storsjö <martin@martin.st>
Thu, 13 May 2010 19:18:27 +0000 (19:18 +0000)
Originally committed as revision 23127 to svn://svn.ffmpeg.org/ffmpeg/trunk

tools/qt-faststart.c

index e1bcebc..dca5db1 100644 (file)
@@ -83,7 +83,7 @@ int main(int argc, char *argv[])
     uint64_t atom_offset = 0;
     uint64_t last_offset;
     unsigned char *moov_atom = NULL;
-    unsigned char *ftyp_atom = 0;
+    unsigned char *ftyp_atom = NULL;
     uint64_t moov_atom_size;
     uint64_t ftyp_atom_size = 0;
     uint64_t i, j;