mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 13:36:26 +08:00
mov: Remove leftover crufty debug statement with references to a local file.
This commit is contained in:
@ -2143,9 +2143,6 @@ static int mov_read_cmov(MOVContext *c, AVIOContext *pb, MOVAtom atom)
|
|||||||
goto free_and_return;
|
goto free_and_return;
|
||||||
atom.type = MKTAG('m','o','o','v');
|
atom.type = MKTAG('m','o','o','v');
|
||||||
atom.size = moov_len;
|
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);
|
ret = mov_read_default(c, &ctx, atom);
|
||||||
free_and_return:
|
free_and_return:
|
||||||
av_free(moov_data);
|
av_free(moov_data);
|
||||||
|
Reference in New Issue
Block a user