changeset 953:76deb0728cbd libavformat

10l for myself
author michael
date Sun, 12 Feb 2006 14:50:53 +0000
parents 5fdcae83a82f
children 7d778342142f
files mov.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mov.c	Sun Feb 12 10:24:43 2006 +0000
+++ b/mov.c	Sun Feb 12 14:50:53 2006 +0000
@@ -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);