summaryrefslogtreecommitdiff
path: root/toxav/toxav.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-19 22:00:21 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-21 14:56:21 +0000
commitadb12d5340431d9de5995da37ea7aca01e675da3 (patch)
tree3f03580c79e831c848720588d2111d008550fd71 /toxav/toxav.c
parentb6b3cdbf2551d001478441576d55a14b764889fb (diff)
Add github usernames to TODOs.
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