projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Initialize correctly optind.
[ffmpeg.git]
/
vhook
/
fish.c
diff --git
a/vhook/fish.c
b/vhook/fish.c
index
1571cf9
..
be23dc6
100644
(file)
--- a/
vhook/fish.c
+++ b/
vhook/fish.c
@@
-124,7
+124,7
@@
int Configure(void **ctxp, int argc, char *argv[])
*ctxp = av_mallocz(sizeof(ContextInfo));
ci = (ContextInfo *) *ctxp;
- optind =
0
;
+ optind =
1
;
ci->dir = "/tmp";
ci->threshold = 100;