summaryrefslogtreecommitdiff
path: root/toxav/toxav.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxav.c')
-rw-r--r--toxav/toxav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/toxav.c b/toxav/toxav.c
index dcffca4d..57d14942 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -37,7 +37,7 @@
37#include <stdlib.h> 37#include <stdlib.h>
38#include <string.h> 38#include <string.h>
39 39
40// TODO: don't hardcode this, let the application choose it 40// TODO(zoff99): don't hardcode this, let the application choose it
41// VPX Info: Time to spend encoding, in microseconds (it's a *soft* deadline) 41// VPX Info: Time to spend encoding, in microseconds (it's a *soft* deadline)
42#define WANTED_MAX_ENCODER_FPS (40) 42#define WANTED_MAX_ENCODER_FPS (40)
43#define MAX_ENCODE_TIME_US (1000000 / WANTED_MAX_ENCODER_FPS) // to allow x fps 43#define MAX_ENCODE_TIME_US (1000000 / WANTED_MAX_ENCODER_FPS) // to allow x fps