summaryrefslogtreecommitdiff
path: root/testing
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 /testing
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 'testing')
-rw-r--r--testing/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/BUILD.bazel b/testing/BUILD.bazel
index afb1a8aa..6cc7018e 100644
--- a/testing/BUILD.bazel
+++ b/testing/BUILD.bazel
@@ -34,9 +34,9 @@ cc_binary(
34 "//c-toxcore/toxav", 34 "//c-toxcore/toxav",
35 "//c-toxcore/toxav:monolith", 35 "//c-toxcore/toxav:monolith",
36 "//c-toxcore/toxcore", 36 "//c-toxcore/toxcore",
37 "@portaudio",
38 "@sndfile",
39 "@opencv//:core", 37 "@opencv//:core",
40 "@opencv//:highgui", 38 "@opencv//:highgui",
39 "@portaudio",
40 "@sndfile",
41 ], 41 ],
42) 42)