Searched refs:out_suite (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | srtpproto.c | 34 const char *out_suite, *out_params; member 43 { "srtp_out_suite", "", offsetof(SRTPProtoContext, out_suite), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, E }, 72 if (s->out_suite && s->out_params) in srtp_open() 73 if ((ret = ff_srtp_set_crypto(&s->srtp_out, s->out_suite, s->out_params)) < 0) in srtp_open()
|
Completed in 1 milliseconds