# HG changeset patch # User michael # Date 1139755853 0 # Node ID 76deb0728cbd03c2b92d2136666070e21940467a # Parent 5fdcae83a82fed6f540a53fbe6fcafb1aad4324d 10l for myself diff -r 5fdcae83a82f -r 76deb0728cbd mov.c --- 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);