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

Gyan Doshi ffmpeg at gyani.pro
Thu Apr 21 10:06:15 EEST 2022


Pushed as 83e1a1de8833845224948e5d002355c03dd117d5

On 2022-04-21 10:17 am, Gyan Doshi wrote:
> 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");
>>   }
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-devel mailing list