[FFmpeg-devel] [PATCH] doc: document -v repeat
    Derek Buitenhuis 
    derek.buitenhuis at gmail.com
       
    Thu Apr  4 06:05:21 CEST 2013
    
    
  
On 2013-04-03 11:19 PM, Michael Niedermayer wrote:
>>> What it does say is:
>>> "repeat" can also be used alone, in which case the loglevel is not changed.
>>
>> "repeat" can also be used alone, in which case the default loglevel is used.
>>
>> Be explicit.
> 
> Current Docs:
> @item info
> Show informative messages during processing. This is in addition to
> warnings and errors. This is the default value.
>                      ^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> Above defines the "default value" for the loglevel
> 
> Please try:
> -v fatal -v repeat   -> uses fatal as loglevel
> -v debug -v repeat   -> uses debug as loglevel
> neither is the default loglevel
IT IS NOT BEING USED ALONE HERE.
Alone within the context of -v, but NOT ALONE in the context of the
WHOLE COMMAND.
If you want to argue semantics, then append this:
    If "repeat" is used alone, and with no prior loglevel set, the
    default loglevel will be used.
I don't know how someone thinks this doesn't have to be mention. It does.
- Derek
    
    
More information about the ffmpeg-devel
mailing list