summaryrefslogtreecommitdiff
path: root/lib/rtsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rtsp.h')
-rw-r--r--lib/rtsp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rtsp.h b/lib/rtsp.h
index 6e55616b3..111bac2a6 100644
--- a/lib/rtsp.h
+++ b/lib/rtsp.h
@@ -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;
};