summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-05 16:10:17 +0200
committerDiego Biurrun <diego@biurrun.de>2011-06-08 12:01:41 +0200
commitb7847a3f2eb56591590ab065b65c335892af6e4c (patch)
tree0f9f5416c40bdee4e77b302d2a7540ed8954ab1a /libavformat/mov.c
parenta4855adc802622d0487c891743f8259c62958338 (diff)
mov: Remove leftover crufty debug statement with references to a local file.
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index ff32c92313..245933da3a 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -2143,9 +2143,6 @@ static int mov_read_cmov(MOVContext *c, AVIOContext *pb, MOVAtom atom)
goto free_and_return;
atom.type = MKTAG('m','o','o','v');
atom.size = moov_len;
-#ifdef DEBUG
-// { 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);
free_and_return:
av_free(moov_data);