Searched refs:in_suite (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | srtpproto.c | 35 const char *in_suite, *in_params; member 45 { "srtp_in_suite", "", offsetof(SRTPProtoContext, in_suite), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D }, 75 if (s->in_suite && s->in_params) in srtp_open() 76 if ((ret = ff_srtp_set_crypto(&s->srtp_in, s->in_suite, s->in_params)) < 0) in srtp_open()
|
Completed in 1 milliseconds