This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
to complete r8807: free vstats resources
Originally committed as revision 8808 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benoit Fouet
18 years ago
parent
f801d8aa86
commit
f5eb2b653f
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
ffmpeg.c
+ 5
- 0
ffmpeg.c
View File
@@ -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
Write
Preview
Loading…
Cancel
Save