[FFmpeg-devel] [PATCH] pass TLS args for RTSPS
Moritz Barsnick
barsnick at gmx.net
Tue Sep 27 14:04:55 EEST 2016
On Mon, Sep 26, 2016 at 11:24:33 -0400, jayridge at 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
More information about the ffmpeg-devel
mailing list