diff --git a/api/video/encoded_frame.h b/api/video/encoded_frame.h index 85eb6740df..6a2b1f82e5 100644 --- a/api/video/encoded_frame.h +++ b/api/video/encoded_frame.h @@ -79,8 +79,6 @@ class EncodedFrame : public webrtc::VCMEncodedFrame { // many |references|. size_t num_references = 0; int64_t references[kMaxFrameReferences]; - // TODO(bugs.webrtc.org/12206) Remove after downstream has been updated. - bool inter_layer_predicted = false; // Is this subframe the last one in the superframe (In RTP stream that would // mean that the last packet has a marker bit set). bool is_last_spatial_layer = true;