From 3fd0ee5f0873924b4881b0e33eb1c17ea877ab4a Mon Sep 17 00:00:00 2001 From: mannol Date: Tue, 21 Apr 2015 02:31:12 +0200 Subject: Final touchups --- toxav/toxav.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxav/toxav.h') 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, * Y = width * height, U = (width/2) * (height/2) and V = (width/2) * (height/2). * @param ystride * @param ustride - * @param vstride Strides data. Indexing is the same as in 'planes' param. + * @param vstride Strides data. */ typedef void toxav_receive_video_frame_cb(ToxAV *av, uint32_t friend_number, uint16_t width, uint16_t height, -- cgit v1.2.3