Index: webrtc/video_frame.h |
diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h |
index 4dc3411e98ac2d218077d552d6ceb4cc52f28444..db06a96af7b6ebed745abeaf4f41224483b31b65 100644 |
--- a/webrtc/video_frame.h |
+++ b/webrtc/video_frame.h |
@@ -179,6 +179,11 @@ class EncodedImage { |
bool _completeFrame = false; |
AdaptReason adapt_reason_; |
int qp_ = -1; // Quantizer value. |
+ |
+ // When an application indicates non-zero values here, it is taken as an |
+ // indication that all future frames will be constrained with those limits |
+ // until the application indicates a change again. |
+ PlayoutDelay playout_delay_ = {-1, -1}; |
}; |
} // namespace webrtc |