Commit 61bc3d80 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '0ec1642b'

* commit '0ec1642b':
  cmdutils: don't log an error in opt_default().
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 33f9b243 0ec1642b
......@@ -526,7 +526,6 @@ int opt_default(void *optctx, const char *opt, const char *arg)
if (consumed)
return 0;
av_log(NULL, AV_LOG_ERROR, "Unrecognized option '%s'\n", opt);
return AVERROR_OPTION_NOT_FOUND;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment