[FFmpeg-cvslog] mov: Remove leftover crufty debug statement with references to a local file .

Diego Biurrun git at videolan.org
Thu Jun 9 05:16:04 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Jun  5 16:10:17 2011 +0200| [b7847a3f2eb56591590ab065b65c335892af6e4c] | committer: Diego Biurrun

mov: Remove leftover crufty debug statement with references to a local file.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7847a3f2eb56591590ab065b65c335892af6e4c
---

 libavformat/mov.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libavformat/mov.c b/libavformat/mov.c
index ff32c92..245933d 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);



More information about the ffmpeg-cvslog mailing list