summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxav.h')
-rw-r--r--toxav/toxav.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index 2571bfff..bf8756eb 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -499,7 +499,7 @@ bool toxav_send_audio_frame(ToxAV *av, uint32_t friend_number,
499 * Y = width * height, U = (width/2) * (height/2) and V = (width/2) * (height/2). 499 * Y = width * height, U = (width/2) * (height/2) and V = (width/2) * (height/2).
500 * @param ystride 500 * @param ystride
501 * @param ustride 501 * @param ustride
502 * @param vstride Strides data. Indexing is the same as in 'planes' param. 502 * @param vstride Strides data.
503 */ 503 */
504typedef void toxav_receive_video_frame_cb(ToxAV *av, uint32_t friend_number, 504typedef void toxav_receive_video_frame_cb(ToxAV *av, uint32_t friend_number,
505 uint16_t width, uint16_t height, 505 uint16_t width, uint16_t height,