Lines Matching refs:AVFormatContext
46 int ff_rtsp_setup_output_streams(AVFormatContext *s, const char *addr)
52 AVFormatContext sdp_ctx, *ctx_array[1];
62 /* We create the SDP based on the RTSP AVFormatContext where we
67 * a temporary copy of the AVFormatContext, where the custom URL is set.
69 * FIXME: Create the SDP without copying the AVFormatContext.
111 static int rtsp_write_record(AVFormatContext *s)
126 static int rtsp_write_header(AVFormatContext *s)
142 int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st)
145 AVFormatContext *rtpctx = rtsp_st->transport_priv;
181 static int rtsp_write_packet(AVFormatContext *s, AVPacket *pkt)
187 AVFormatContext *rtpctx;
230 static int rtsp_write_close(AVFormatContext *s)