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
free opt_names at the end of main() based on a patch by Limin Wang
Originally committed as revision 8268 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
18 years ago
parent
4dcc383a4d
commit
cb50328dbb
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ffmpeg.c
+ 1
- 0
ffmpeg.c
View File
@@ -3810,6 +3810,7 @@ int main(int argc, char **argv)
av_free(intra_matrix);
av_free(inter_matrix);
av_free(opt_names);
#ifdef CONFIG_POWERPC_PERF
extern void powerpc_display_perf_report(void);
Write
Preview
Loading…
Cancel
Save