[FFmpeg-devel] [PATCH 03/14] avutil/opt: print command flag too

Michael Niedermayer michael at niedermayer.cc
Wed Oct 9 18:38:45 EEST 2019


On Wed, Oct 09, 2019 at 12:16:54PM +0200, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavutil/opt.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavutil/opt.c b/libavutil/opt.c
> index 7c2649725f..5bc70f7ffc 100644
> --- a/libavutil/opt.c
> +++ b/libavutil/opt.c
> @@ -1217,6 +1217,7 @@ static void opt_list(void *obj, void *av_log_obj, const char *unit,
>          av_log(av_log_obj, AV_LOG_INFO, "%c", (opt->flags & AV_OPT_FLAG_EXPORT)         ? 'X' : '.');
>          av_log(av_log_obj, AV_LOG_INFO, "%c", (opt->flags & AV_OPT_FLAG_READONLY)       ? 'R' : '.');
>          av_log(av_log_obj, AV_LOG_INFO, "%c", (opt->flags & AV_OPT_FLAG_BSF_PARAM)      ? 'B' : '.');
> +        av_log(av_log_obj, AV_LOG_INFO, "%c", (opt->flags & AV_OPT_FLAG_COMMAND_PARAM)  ? 'C' : '.');
>  
>          if (opt->help)
>              av_log(av_log_obj, AV_LOG_INFO, " %s", opt->help);

This probably needs a update to fate-opt

thx

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

No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20191009/5c8409f3/attachment.sig>


More information about the ffmpeg-devel mailing list