summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-04-21 02:31:12 +0200
committermannol <eniz_vukovic@hotmail.com>2015-04-21 02:31:12 +0200
commit3fd0ee5f0873924b4881b0e33eb1c17ea877ab4a (patch)
tree6a4ee64a3ea7f0191ccfd0205a68411cf0b84063 /toxav/toxav.h
parentcbb8fdd4eab3bae4db1179f1fa04cdaa35957aeb (diff)
Final touchups
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,