Skip to content
Snippets Groups Projects
Commit 0ec1642b authored by Anton Khirnov's avatar Anton Khirnov
Browse files

cmdutils: don't log an error in opt_default().

It results in spurious errors when using the new preparser.
parent 8c9af5b2
No related branches found
No related tags found
No related merge requests found
......@@ -435,7 +435,6 @@ int opt_default(void *optctx, const char *opt, const char *arg)
if (o)
return 0;
av_log(NULL, AV_LOG_ERROR, "Unrecognized option '%s'\n", opt);
return AVERROR_OPTION_NOT_FOUND;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment