summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-02-12 14:50:53 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-02-12 14:50:53 +0000
commitdbb4f00a2c37c04e8cc41f02065c5c1d4e6dbcfc (patch)
tree66587ff69117619281b6e51079876e6d43b9050a /libavformat/mov.c
parent3dc411c0066c726983b347bf325a240566c0d3a5 (diff)
10l for myself
Originally committed as revision 5004 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 5e2d0fc684..bd75291a80 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -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);