summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-19 22:47:31 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-19 22:47:40 +0100
commit61bc3d80e9d819a08111476d9301445aec7d9fff (patch)
tree180e2b10bd4a9b1f7422f285f8f86f2187d0c1b4
parent33f9b2436aab7020af0852f34654280e71b7b50f (diff)
parent0ec1642b60a5b1a4d913e2b9e3899173dff77e7a (diff)
Merge commit '0ec1642b60a5b1a4d913e2b9e3899173dff77e7a'
* commit '0ec1642b60a5b1a4d913e2b9e3899173dff77e7a': cmdutils: don't log an error in opt_default(). Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--cmdutils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index 8f8bcfe9d2..dc32807b55 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -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;
}