summaryrefslogtreecommitdiff
path: root/toxav/toxav.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-12 16:48:35 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-16 12:06:02 +0100
commit1494e474dde58ec6e446cdbfad9a8d89f6c4796c (patch)
treee454a18a0f61468d10833d8e80039d025f94f568 /toxav/toxav.c
parent37c041f8159f7e89f2585243e9b8073f47d77fd1 (diff)
Ensure that all TODOs have an owner.
In the future, all TODOs added either need a bug number (TODO(#NN)) or a person's github user name. By default, I made irungentoo the owner of all toxcore TODOs, mannol the owner of toxav TODOs, and myself the owner of API 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 81476d32..1ae914e8 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -1033,7 +1033,7 @@ bool audio_bit_rate_invalid(uint32_t bit_rate)
1033bool video_bit_rate_invalid(uint32_t bit_rate) 1033bool video_bit_rate_invalid(uint32_t bit_rate)
1034{ 1034{
1035 (void) bit_rate; 1035 (void) bit_rate;
1036 /* TODO: If anyone knows the answer to this one please fill it up */ 1036 /* TODO(mannol): If anyone knows the answer to this one please fill it up */
1037 return false; 1037 return false;
1038} 1038}
1039bool invoke_call_state_callback(ToxAV *av, uint32_t friend_number, uint32_t state) 1039bool invoke_call_state_callback(ToxAV *av, uint32_t friend_number, uint32_t state)