summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-09-15 15:47:56 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-09-15 15:47:56 +0200
commit50b208e23ea2c851c7a4f83bc8cafe0d97a41732 (patch)
treef8e81def867669f370f819b5bde645a67c607f2f /docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3
parent08dbed31d5453f883928f2779f22bda8b246a228 (diff)
downloadcurl-50b208e23ea2c851c7a4f83bc8cafe0d97a41732.tar.gz
docs: clarify the CURLOPT_INTERLEAVE* options behavior
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.37
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3 b/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3
index b11b6cd25..59d36a1be 100644
--- a/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3
+++ b/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3
@@ -22,15 +22,16 @@
.\"
.TH CURLOPT_INTERLEAVEDATA 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME
-CURLOPT_INTERLEAVEDATA \- custom pointer to RTSP interleave callback
+CURLOPT_INTERLEAVEDATA \- custom pointer passed to RTSP interleave callback
.SH SYNOPSIS
#include <curl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_INTERLEAVEDATA, void *pointer);
.SH DESCRIPTION
This is the userdata \fIpointer\fP that will be passed to
-\fICURLOPT_INTERLEAVEFUNCTION(3)\fP when interleaved RTP data is
-received.
+\fICURLOPT_INTERLEAVEFUNCTION(3)\fP when interleaved RTP data is received. If
+the interleave function callback is not set, this pointer is not used
+anywhere.
.SH DEFAULT
NULL
.SH PROTOCOLS