Make FrameBuffer support an unlimited number of dependents per frame

Bug: webrtc:10190
Change-Id: I59680ec0dc05bc77dcbef50ddbb83ce2bcd91f7e
Reviewed-on: https://webrtc-review.googlesource.com/c/116788
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26196}
This commit is contained in:
Elad Alon
2019-01-10 15:02:54 +01:00
committed by Commit Bot
parent 977cd17316
commit 69321ddfb5
3 changed files with 6 additions and 24 deletions

View File

@ -197,6 +197,7 @@ rtc_static_library("video_coding") {
"../../system_wrappers",
"../rtp_rtcp:rtp_rtcp_format",
"../utility:utility",
"//third_party/abseil-cpp/absl/container:inlined_vector",
"//third_party/abseil-cpp/absl/types:optional",
"//third_party/abseil-cpp/absl/types:variant",
]