summaryrefslogtreecommitdiff
path: root/toxav/video.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/video.c
parentb6b3cdbf2551d001478441576d55a14b764889fb (diff)
Add github usernames to TODOs.
Diffstat (limited to 'toxav/video.c')
-rw-r--r--toxav/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/video.c b/toxav/video.c
index 17969003..55bb5d13 100644
--- a/toxav/video.c
+++ b/toxav/video.c
@@ -41,7 +41,7 @@
41 * 41 *
42 * By convention, the value 1 is used to mean "return as fast as possible." 42 * By convention, the value 1 is used to mean "return as fast as possible."
43 */ 43 */
44// TODO: don't hardcode this, let the application choose it 44// TODO(zoff99): don't hardcode this, let the application choose it
45#define WANTED_MAX_DECODER_FPS 40 45#define WANTED_MAX_DECODER_FPS 40
46 46
47/** 47/**