[FFmpeg-devel] [PATCH] lavd/v4l2: apply grammar/consistency fixes to options help fields
    Lou Logan 
    lou at lrcd.com
       
    Tue Jan 15 18:59:49 CET 2013
    
    
  
On Tue, 15 Jan 2013 13:41:49 +0100, Stefano Sabatini wrote:
[...]
> +    { "timestamps",   "set kind of timestamps for grabbed frames",                OFFSET(ts_mode),      AV_OPT_TYPE_INT,    {.i64 = 0 }, 0, 2, DEC, "timestamps" },
> +    { "ts",           "set kind of timestamps for grabbed frames",                OFFSET(ts_mode),      AV_OPT_TYPE_INT,    {.i64 = 0 }, 0, 2, DEC, "timestamps" },
I prefer "set type of ..." instead of "set kind of ...".
Otherwise looks good.
    
    
More information about the ffmpeg-devel
mailing list