summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/toxav.in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/other/apidsl/toxav.in.h b/other/apidsl/toxav.in.h
index f3aa6f10..59a46612 100644
--- a/other/apidsl/toxav.in.h
+++ b/other/apidsl/toxav.in.h
@@ -519,6 +519,10 @@ error for send_frame {
519 */ 519 */
520 INVALID, 520 INVALID,
521 /** 521 /**
522 * Bit rate for this payload type was not set up.
523 */
524 BIT_RATE_NOT_SET,
525 /**
522 * Failed to push frame through rtp interface. 526 * Failed to push frame through rtp interface.
523 */ 527 */
524 RTP_FAILED, 528 RTP_FAILED,