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
cmdutils: re-add return 0 accidentally remove from opt_protocols().
tags/n0.11
Clément Bœsch
14 years ago
parent
23b639c44f
commit
3bc92e34a4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
cmdutils.c
+ 1
- 0
cmdutils.c
View File
@@ -860,6 +860,7 @@ int opt_protocols(const char *opt, const char *arg)
printf("Output:\n");
while ((name = avio_enum_protocols(&opaque, 1)))
printf("%s\n", name);
return 0;
}
int opt_filters(const char *opt, const char *arg)
Write
Preview
Loading…
Cancel
Save