[FFmpeg-cvslog] r23127 - trunk/tools/qt-faststart.c

mstorsjo subversion
Thu May 13 21:18:27 CEST 2010


Author: mstorsjo
Date: Thu May 13 21:18:27 2010
New Revision: 23127

Log:
Cosmetics: Initialize pointers with NULL instead of 0, for consistency

Modified:
   trunk/tools/qt-faststart.c

Modified: trunk/tools/qt-faststart.c
==============================================================================
--- trunk/tools/qt-faststart.c	Thu May 13 21:17:49 2010	(r23126)
+++ trunk/tools/qt-faststart.c	Thu May 13 21:18:27 2010	(r23127)
@@ -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;



More information about the ffmpeg-cvslog mailing list