On Mon, Jun 06, 2011 at 05:09:43PM +0200, Diego Biurrun wrote:
> ---
>  libavformat/mov.c |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
> 
> --- a/libavformat/mov.c
> +++ b/libavformat/mov.c
> @@ -2145,9 +2145,6 @@ static int mov_read_cmov(MOVContext *c, AVIOContext 
> *pb, MOVAtom atom)
>      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);

ping

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to