summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/rtp.h')
-rw-r--r--toxav/rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/rtp.h b/toxav/rtp.h
index b6217d95..46cd6b86 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -122,7 +122,7 @@ struct RTPMessage {
122struct RTPWorkBuffer { 122struct RTPWorkBuffer {
123 /** 123 /**
124 * Whether this slot contains a key frame. This is true iff 124 * Whether this slot contains a key frame. This is true iff
125 * buf->header.flags & RTP_KEY_FRAME. 125 * `buf->header.flags & RTP_KEY_FRAME`.
126 */ 126 */
127 bool is_keyframe; 127 bool is_keyframe;
128 /** 128 /**