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
avprobe: free options at the end of main()
tags/n0.11
Janne Grunau
13 years ago
parent
093c50a4f6
commit
31f2c0231f
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
avprobe.c
+ 3
- 0
avprobe.c
View File
@@ -491,6 +491,9 @@ int main(int argc, char **argv)
ret = probe_file(input_filename);
uninit_opts();
av_dict_free(&fmt_entries_to_show);
avformat_network_deinit();
return ret;
Write
Preview
Loading…
Cancel
Save