mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:37:28 +03:00
rtsp: bump buf after rtsp_filter_rtp()
Reported-by: Andrew Nesbit Closes #21563
This commit is contained in:
parent
cc6777d939
commit
cb4395b403
1 changed files with 1 additions and 0 deletions
|
|
@ -887,6 +887,7 @@ static CURLcode rtsp_rtp_write_resp(struct Curl_easy *data,
|
|||
result = rtsp_filter_rtp(data, rtspc, buf, blen, &consumed);
|
||||
if(result)
|
||||
goto out;
|
||||
buf += consumed;
|
||||
blen -= consumed;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue