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

benoit subversion
Wed Apr 25 14:19:56 CEST 2007


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);
 
 #ifdef CONFIG_POWERPC_PERF




More information about the ffmpeg-cvslog mailing list