[FFmpeg-devel] [PATCH 2/2] doc/ffprobe: clarify that the input file is not optional

Gyan Doshi ffmpeg at gyani.pro
Thu Apr 21 07:47:04 EEST 2022


Will apply.

On 2022-04-21 03:13 am, Stefano Sabatini wrote:
> Fix trac issue http://trac.ffmpeg.org/ticket/9562
> ---
>   doc/ffprobe.texi  | 2 +-
>   fftools/ffprobe.c | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
> index 59a397a225..c61b8979b1 100644
> --- a/doc/ffprobe.texi
> +++ b/doc/ffprobe.texi
> @@ -12,7 +12,7 @@
>   
>   @chapter Synopsis
>   
> -ffprobe [@var{options}] [@file{input_url}]
> +ffprobe [@var{options}] @file{input_url}
>   
>   @chapter Description
>   @c man begin DESCRIPTION
> diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
> index 05c167eeb5..c51c82ff65 100644
> --- a/fftools/ffprobe.c
> +++ b/fftools/ffprobe.c
> @@ -3417,7 +3417,7 @@ end:
>   static void show_usage(void)
>   {
>       av_log(NULL, AV_LOG_INFO, "Simple multimedia streams analyzer\n");
> -    av_log(NULL, AV_LOG_INFO, "usage: %s [OPTIONS] [INPUT_FILE]\n", program_name);
> +    av_log(NULL, AV_LOG_INFO, "usage: %s [OPTIONS] INPUT_FILE\n", program_name);
>       av_log(NULL, AV_LOG_INFO, "\n");
>   }
>   



More information about the ffmpeg-devel mailing list