summaryrefslogtreecommitdiff
path: root/toxav/BUILD.bazel
diff options
context:
space:
mode:
authorzoff99 <zoff@zoff.cc>2018-01-19 22:59:42 +0100
committeriphydf <iphydf@users.noreply.github.com>2018-02-11 23:31:46 +0000
commit721358208b6650c62aa654be922867f10a5d6f38 (patch)
tree988aef376cc8c74b19b5e605133072bdf3d23e27 /toxav/BUILD.bazel
parent0647c2c5bc8c871dbcaed64de40eb252d13d303c (diff)
Improve video key frame sending.
This change does not include the addition of VP9. We do that in a separate pull request. Changes: * fix the video bug (video frames larger than 65KBytes) by sending full frame length in alternate header field * improve video frame reconstruction logic with slots * configure video encoder and decoder to be multihtreaded * set error resilience flags on video codec * change encoder and decoder softdeadline
Diffstat (limited to 'toxav/BUILD.bazel')
-rw-r--r--toxav/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/BUILD.bazel b/toxav/BUILD.bazel
index ff775fdd..cf905910 100644
--- a/toxav/BUILD.bazel
+++ b/toxav/BUILD.bazel
@@ -41,7 +41,7 @@ cc_test(
41 deps = [ 41 deps = [
42 ":rtp", 42 ":rtp",
43 "//c-toxcore/toxcore:crypto_core", 43 "//c-toxcore/toxcore:crypto_core",
44 "@gtest", 44 "@com_google_googletest//:gtest_main",
45 ], 45 ],
46) 46)
47 47