Commit 140807d9 authored by michael's avatar michael

10l for myself


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5004 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b483befe
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment