Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: webrtc/modules/video_coding/rtp_frame_reference_finder.h

Issue 3009833002: Avoid calling RtpFrameObject::GetCodecHeader twice in the RtpFrameReferenceFinder. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/video_coding/rtp_frame_reference_finder.h
diff --git a/webrtc/modules/video_coding/rtp_frame_reference_finder.h b/webrtc/modules/video_coding/rtp_frame_reference_finder.h
index 74db45a2b8036a4d03ac846bcfa23686b2c14747..f31ee6435c820895e624d95cb605c4674940a102 100644
--- a/webrtc/modules/video_coding/rtp_frame_reference_finder.h
+++ b/webrtc/modules/video_coding/rtp_frame_reference_finder.h
@@ -99,7 +99,8 @@ class RtpFrameReferenceFinder {
// Updates necessary layer info state used to determine frame references for
// Vp8.
- void UpdateLayerInfoVp8(RtpFrameObject* frame)
+ void UpdateLayerInfoVp8(RtpFrameObject* frame,
+ const RTPVideoHeaderVP8& codec_header)
EXCLUSIVE_LOCKS_REQUIRED(crit_);
// Find references for Vp9 frames

Powered by Google App Engine
This is Rietveld 408576698