Lines Matching refs:argv
52 int main(int argc, char **argv)
64 if ((argc > 1) && !strncmp(argv[1], "-", 1)) {
65 if (strchr(argv[1], 'w'))
67 if (strchr(argv[1], 'n'))
69 argv++;
75 maxpkts = atoi(argv[2]);
76 av_strlcpy(fntemplate, argv[1], sizeof(fntemplate));
77 if (strrchr(argv[1], '/'))
78 av_strlcpy(fntemplate, strrchr(argv[1], '/') + 1, sizeof(fntemplate));
92 err = avformat_open_input(&fctx, argv[1], NULL, NULL);