mirror of
https://github.com/curl/curl.git
synced 2026-07-27 01:27:15 +03:00
s/RTPFUNCTION/INTERLEAVEFUNCTION/
s/RTPDATA/INTERLEAVEDATA/
This commit is contained in:
parent
4a8570313a
commit
844c19cc5b
3 changed files with 8 additions and 8 deletions
|
|
@ -2430,10 +2430,10 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
|
|||
data->state.rtsp_next_client_CSeq = va_arg(param, long);
|
||||
break;
|
||||
|
||||
case CURLOPT_RTPDATA:
|
||||
case CURLOPT_INTERLEAVEDATA:
|
||||
data->set.rtp_out = va_arg(param, void *);
|
||||
break;
|
||||
case CURLOPT_RTPFUNCTION:
|
||||
case CURLOPT_INTERLEAVEFUNCTION:
|
||||
/* Set the user defined RTP write function */
|
||||
data->set.fwrite_rtp = va_arg(param, curl_write_callback);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue