On Mon, Sep 26, 2016 at 11:24:33 -0400, jayri...@gmail.com wrote: > + { "tls_verify", "Verify the peer certificate", OFFSET(verify), > AV_OPT_TYPE_INT, {.i64 = 0}, 0, 1, DEC|ENC}, AV_OPT_TYPE_BOOL
> + { "cert_file", "Certificate file", OFFSET(cert_file), > AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, DEC|ENC }, > + { "key_file", "Private key file", OFFSET(key_file), AV_OPT_TYPE_STRING, > {.str = NULL}, 0, 0, DEC|ENC }, When all the other options' descriptions begin with non-capital letters, why do these use capitals? (Exception: "Certificate Authority" is probably fine.) I can't judge on the rest (or can't support my opinions). Moritz _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel