[Ffmpeg-devel] [Ffmpeg-cvslog] r8808 - trunk/ffmpeg.c

Ismail Dönmez ismail
Wed Apr 25 15:43:11 CEST 2007


On Wednesday 25 April 2007 15:19:56 benoit wrote:
> Author: benoit
> Date: Wed Apr 25 14:19:56 2007
> New Revision: 8808
>
> Log:
>
> to complete r8807: free vstats resources
>
>
>
> Modified:
>    trunk/ffmpeg.c
>
> Modified: trunk/ffmpeg.c
> ===========================================================================
>=== --- trunk/ffmpeg.c	(original)
> +++ trunk/ffmpeg.c	Wed Apr 25 14:19:56 2007
> @@ -3816,6 +3816,11 @@ int main(int argc, char **argv)
>
>      av_free(intra_matrix);
>      av_free(inter_matrix);
> +
> +    if (fvstats)
> +        fclose(fvstats);
> +    av_free(vstats_filename);
> +
>      av_free(opt_names);

This breaks compilation, vstats_filename is not defined anywhere.

/ismail

-- 
Life is a game, and if you aren't in it to win,
what the heck are you still doing here?

-- Linus Torvalds (talking about open source development)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070425/488e6549/attachment.pgp>



More information about the ffmpeg-devel mailing list