forked from FFmpeg/FFmpeg
10l for myself
Originally committed as revision 5004 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3dc411c006
commit
dbb4f00a2c
1 changed files with 1 additions and 1 deletions
|
@ -1500,7 +1500,7 @@ static int mov_read_cmov(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
|
||||||
atom.offset = 0;
|
atom.offset = 0;
|
||||||
atom.size = moov_len;
|
atom.size = moov_len;
|
||||||
#ifdef DEBUG
|
#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
|
#endif
|
||||||
ret = mov_read_default(c, &ctx, atom);
|
ret = mov_read_default(c, &ctx, atom);
|
||||||
av_free(moov_data);
|
av_free(moov_data);
|
||||||
|
|
Loading…
Add table
Reference in a new issue