commit | 7e00c679a5ec84d711bb75d7b81a72d89741c5df | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@webrtc.org> | Fri Jun 28 18:12:15 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jun 28 17:48:08 2019 +0000 |
tree | 2e7393b15b2ce85451a6b810b66ca7673dd64f7e | |
parent | 22896d4e785bbafaa5d8c6fb24b570a681dc156e [diff] [blame] |
Pass FecControllerOverride to Vp8FrameBufferController Bug: webrtc:10769 Change-Id: I06d875f5afdc7ebf290ad70934b6632e20ddf065 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/143964 Commit-Queue: Elad Alon <eladalon@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28418}
diff --git a/modules/video_coding/BUILD.gn b/modules/video_coding/BUILD.gn index 1938a88..1646fe6 100644 --- a/modules/video_coding/BUILD.gn +++ b/modules/video_coding/BUILD.gn
@@ -416,6 +416,7 @@ ":video_coding_utility", "..:module_api", "../..:webrtc_common", + "../../api:fec_controller_api", "../../api/video_codecs:video_codecs_api", "../../rtc_base:checks", "../../rtc_base:rtc_base_approved",