Home
last modified time | relevance | path

Searched refs:in_suite (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsrtpproto.c35 const char *in_suite, *in_params; member
45 …{ "srtp_in_suite", "", offsetof(SRTPProtoContext, in_suite), AV_OPT_TYPE_STRING, { .str = NULL }, …
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()