summaryrefslogtreecommitdiff
path: root/toxav/rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/rtp.c')
-rw-r--r--toxav/rtp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxav/rtp.c b/toxav/rtp.c
index 35898b68..aed9523b 100644
--- a/toxav/rtp.c
+++ b/toxav/rtp.c
@@ -319,9 +319,11 @@ static void update_bwc_values(const Logger *log, RTPSession *session, const stru
319 * find out and handle it appropriately. 319 * find out and handle it appropriately.
320 * 320 *
321 * @param session The current RTP session with: 321 * @param session The current RTP session with:
322 * <code>
322 * session->mcb == vc_queue_message() // this function is called from here 323 * session->mcb == vc_queue_message() // this function is called from here
323 * session->mp == struct RTPMessage * 324 * session->mp == struct RTPMessage *
324 * session->cs == call->video.second // == VCSession created by vc_new() call 325 * session->cs == call->video.second // == VCSession created by vc_new() call
326 * </code>
325 * @param header The RTP header deserialised from the packet. 327 * @param header The RTP header deserialised from the packet.
326 * @param incoming_data The packet data *not* header, i.e. this is the actual 328 * @param incoming_data The packet data *not* header, i.e. this is the actual
327 * payload. 329 * payload.