Index: webrtc/modules/video_coding/frame_buffer2.h |
diff --git a/webrtc/modules/video_coding/frame_buffer2.h b/webrtc/modules/video_coding/frame_buffer2.h |
index 120103fd3d62c061eed61f88ef8a036d7993519a..6c5ac0e7fe3d56d0d12d5e1c5e4271d290063f1f 100644 |
--- a/webrtc/modules/video_coding/frame_buffer2.h |
+++ b/webrtc/modules/video_coding/frame_buffer2.h |
@@ -120,6 +120,11 @@ class FrameBuffer { |
using FrameMap = std::map<FrameKey, FrameInfo>; |
+ // |
+ // |
philipel
2017/05/09 14:34:47
Please add a comment about what this function does
|
+ void UpdatePlayoutDelays(const FrameObject& frame) |
+ EXCLUSIVE_LOCKS_REQUIRED(crit_); |
+ |
// Update all directly dependent and indirectly dependent frames and mark |
// them as continuous if all their references has been fulfilled. |
void PropagateContinuity(FrameMap::iterator start) |