Lines Matching defs:sdp
51 char *sdp;
59 sdp = av_mallocz(SDP_MAX_SIZE);
60 if (!sdp)
79 if (av_sdp_create(ctx_array, 1, sdp, SDP_MAX_SIZE)) {
80 av_free(sdp);
83 av_log(s, AV_LOG_VERBOSE, "SDP:\n%s\n", sdp);
85 "Content-Type: application/sdp\r\n",
86 reply, NULL, sdp, strlen(sdp));
87 av_free(sdp);
103 /* Note, this must match the relative uri set in the sdp content */