Don't cast picture ids (of type int64_t) to int.
Also cleaned up a bit in RtpFrameReferenceFinder. Bug: chromium:762556 Change-Id: Ib08d2e7ce4b146b359ce9ba823f3aa15776c71bc Reviewed-on: https://webrtc-review.googlesource.com/32301 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21282}
This commit is contained in:
@ -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)
|
||||
RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
||||
|
||||
// Find references for Vp9 frames
|
||||
|
||||
Reference in New Issue
Block a user