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
seek-test: free options dictionary after use
tags/n0.9
Janne Grunau
13 years ago
parent
8fa97302e0
commit
c12ef64d69
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/seek-test.c
+ 1
- 0
libavformat/seek-test.c
View File
@@ -81,6 +81,7 @@ int main(int argc, char **argv)
filename = argv[1];
ret = avformat_open_input(&ic, filename, NULL, &format_opts);
av_dict_free(&format_opts);
if (ret < 0) {
fprintf(stderr, "cannot open %s\n", filename);
exit(1);
Write
Preview
Loading…
Cancel
Save