[FFmpeg-devel] [PATCH] cmdutils: clarify log message, in case of option routed to both codec and mux/demux layer

Michael Niedermayer michaelni at gmx.at
Sun Mar 10 13:14:53 CET 2013


On Sun, Mar 10, 2013 at 11:07:08AM +0100, Stefano Sabatini wrote:
> ---
>  cmdutils.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cmdutils.c b/cmdutils.c
> index 25b8b40..968c48d 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;
>      }

LGTM

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130310/52d06fd9/attachment.asc>


More information about the ffmpeg-devel mailing list