s/RTPFUNCTION/INTERLEAVEFUNCTION/

s/RTPDATA/INTERLEAVEDATA/
This commit is contained in:
Daniel Stenberg 2010-01-22 12:17:03 +00:00
parent 4a8570313a
commit 844c19cc5b
3 changed files with 8 additions and 8 deletions

View file

@ -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;