Stop using inter_layer_predicted flag for VP9.
Instead of signaling an inter layer dependency with the inter_layer_prediction flag we instead flatten the frame IDs so that an inter layer dependency can be signaled as a regular frame reference. Bug: webrtc:12206, webrtc:12221 Change-Id: I0390fd3d0f5494cde59eece227db938dbc5d7992 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196648 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32808}
This commit is contained in:
@ -148,10 +148,6 @@ class FrameBuffer {
|
||||
|
||||
void ClearFramesAndHistory() RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_);
|
||||
|
||||
// Checks if the superframe, which current frame belongs to, is complete.
|
||||
bool IsCompleteSuperFrame(const EncodedFrame& frame)
|
||||
RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_);
|
||||
|
||||
bool HasBadRenderTiming(const EncodedFrame& frame, int64_t now_ms)
|
||||
RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user