[Ffmpeg-cvslog] CVS: ffmpeg/libavformat mov.c,1.106,1.107

Michael Niedermayer CVS michael
Sun Feb 12 15:50:56 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv8288

Modified Files:
	mov.c 
Log Message:
10l for myself


Index: mov.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/mov.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- mov.c	12 Feb 2006 10:24:43 -0000	1.106
+++ mov.c	12 Feb 2006 14:50:53 -0000	1.107
@@ -1500,7 +1500,7 @@
     atom.offset = 0;
     atom.size = moov_len;
 #ifdef DEBUG
-    { int fd = open("/tmp/uncompheader.mov", O_WRONLY | O_CREAT); write(fd, moov_data, moov_len); close(fd); }
+//    { int fd = open("/tmp/uncompheader.mov", O_WRONLY | O_CREAT); write(fd, moov_data, moov_len); close(fd); }
 #endif
     ret = mov_read_default(c, &ctx, atom);
     av_free(moov_data);





More information about the ffmpeg-cvslog mailing list