10l for myself
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 12 Feb 2006 14:50:53 +0000 (14:50 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 12 Feb 2006 14:50:53 +0000 (14:50 +0000)
Originally committed as revision 5004 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/mov.c

index 5e2d0fc..bd75291 100644 (file)
@@ -1500,7 +1500,7 @@ static int mov_read_cmov(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
     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);