mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:23:32 +03:00
parent
808cb31756
commit
4399a532e9
2 changed files with 20 additions and 43 deletions
|
|
@ -45,8 +45,7 @@ CURLcode Curl_rtsp_parseheader(struct Curl_easy *data, char *header);
|
|||
* Currently, only used for tracking incomplete RTP data reads
|
||||
*/
|
||||
struct rtsp_conn {
|
||||
char *rtp_buf;
|
||||
ssize_t rtp_bufsize;
|
||||
struct dynbuf buf;
|
||||
int rtp_channel;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue