diff options
Diffstat (limited to 'Utilities/cmcurl/lib/rtsp.h')
-rw-r--r-- | Utilities/cmcurl/lib/rtsp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Utilities/cmcurl/lib/rtsp.h b/Utilities/cmcurl/lib/rtsp.h index 6e55616..111bac2 100644 --- a/Utilities/cmcurl/lib/rtsp.h +++ b/Utilities/cmcurl/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; }; |