[FFmpeg-devel] [PATCH] cmdutils: trailing options may be ignored
Carl Eugen Hoyos
ceffmpeg at gmail.com
Tue Oct 1 21:52:04 EEST 2019
Am Sa., 28. Sept. 2019 um 00:52 Uhr schrieb Lou Logan <lou at lrcd.com>:
>
> Signed-off-by: Lou Logan <lou at lrcd.com>
> ---
> fftools/cmdutils.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
> index 6f4031fbb9..84f98b7c04 100644
> --- a/fftools/cmdutils.c
> +++ b/fftools/cmdutils.c
> @@ -848,8 +848,8 @@ do { \
> }
>
> if (octx->cur_group.nb_opts || codec_opts || format_opts || resample_opts)
> - av_log(NULL, AV_LOG_WARNING, "Trailing options were found on the "
> - "commandline.\n");
> + av_log(NULL, AV_LOG_WARNING, "Trailing option(s) found in the "
> + "command: may be ignored.\n");
In which case are they not ignored?
Carl Eugen
More information about the ffmpeg-devel
mailing list