[FFmpeg-cvslog] cmdutils: clarify log message, in case of option routed to both codec and mux/demux layer
Stefano Sabatini
git at videolan.org
Sun Mar 10 13:44:46 CET 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Mar 10 11:05:32 2013 +0100| [a2a848406f05f4d3ce27a97e5bbda15e75bc7930] | committer: Stefano Sabatini
cmdutils: clarify log message, in case of option routed to both codec and mux/demux layer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a2a848406f05f4d3ce27a97e5bbda15e75bc7930
---
cmdutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmdutils.c b/cmdutils.c
index b4f6cb9..0aa3ecb 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
More information about the ffmpeg-cvslog
mailing list