summaryrefslogtreecommitdiff
path: root/cmdutils.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-03-10 11:05:32 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-03-10 13:22:59 +0100
commita2a848406f05f4d3ce27a97e5bbda15e75bc7930 (patch)
tree2996b7e20c412a3f8b410456b7c05558d6967913 /cmdutils.c
parent63edd2f98994bb6d4ca3a70c14fb93d177feea2c (diff)
cmdutils: clarify log message, in case of option routed to both codec and mux/demux layer
Diffstat (limited to 'cmdutils.c')
-rw-r--r--cmdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index b4f6cb94c4..0aa3ecbe91 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -497,7 +497,7 @@ int opt_default(void *optctx, const char *opt, const char *arg)
AV_OPT_SEARCH_CHILDREN | AV_OPT_SEARCH_FAKE_OBJ))) {
av_dict_set(&format_opts, opt, arg, FLAGS);
if (consumed)
- av_log(NULL, AV_LOG_VERBOSE, "Routing %s to codec and muxer layer\n", opt);
+ av_log(NULL, AV_LOG_VERBOSE, "Routing option %s to both codec and muxer layer\n", opt);
consumed = 1;
}
#if CONFIG_SWSCALE