[FFmpeg-devel] [PATCH 6/6] Implement v4l2 input size autodetection.

Luca Abeni lucabe72
Tue Apr 27 17:22:27 CEST 2010


Michael Niedermayer wrote:
> On Tue, Apr 27, 2010 at 04:11:23PM +0200, Luca Abeni wrote:
>> On Tue, 2010-04-27 at 15:57 +0200, Michael Niedermayer wrote:
>> [...]
>>>> Update: setting "framedrop" to 0 in ffplay.c fixes the problem (BTW,
>>>> how can I change the framedrop value using the command line? "-framedrop"
>>>> does not seem to allow it).
>>> -noframedrop
>> Ah, thanks; I missed it because it is not documented in "ffplay -h".
> 
> if its not documented please document it!

I had a quick look... The "ffplay -h" output is automatically generated
from the "options" array, so adding the documentation for "-noframedrop"
is not as simple as adding a printf() :)
I think the best thing to do is to modify show_help_options() for describing
the fact that every bool option has a "-no..." counterpart.
Looking at it...


				Luca



More information about the ffmpeg-devel mailing list