mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:57:21 +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
|
|
@ -1309,11 +1309,11 @@ typedef enum {
|
|||
/* Manually initialize the server RTSP CSeq for this handle */
|
||||
CINIT(RTSP_SERVER_CSEQ, LONG, 194),
|
||||
|
||||
/* The stream to pass to RTPFUNCTION. */
|
||||
CINIT(RTPDATA, OBJECTPOINT, 195),
|
||||
/* The stream to pass to INTERLEAVEFUNCTION. */
|
||||
CINIT(INTERLEAVEDATA, OBJECTPOINT, 195),
|
||||
|
||||
/* Let the application define a custom write method for RTP data */
|
||||
CINIT(RTPFUNCTION, FUNCTIONPOINT, 196),
|
||||
CINIT(INTERLEAVEFUNCTION, FUNCTIONPOINT, 196),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue