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

Issue 2549233005: Reject XR TargetBitrate items with unsupported layer indices (Closed)

Created:
4 years ago by sprang_webrtc
Modified:
4 years ago
CC:
webrtc-reviews_webrtc.org, danilchap, yujie_mao (webrtc), zhuangzesen_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reject XR TargetBitrate items with unsupported layer indices Specifically, reject any bitrate allocated for a layer not representable by the BitrateAllocation struct. BUG=chromium:671312 Committed: https://crrev.com/6d314c7a88f9e7e666fb89bbadc6dda22811329d Cr-Commit-Position: refs/heads/master@{#15447}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -8 lines) Patch
M webrtc/common_types.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 1 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
sprang_webrtc
danil, ptal +stefan as owner for common_types
4 years ago (2016-12-06 11:06:19 UTC) #2
danilchap
https://codereview.webrtc.org/2549233005/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2549233005/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode740 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:740: if (item.spatial_layer >= kMaxSpatialLayers || may be #include "webrtc/common_types.h" ...
4 years ago (2016-12-06 13:12:56 UTC) #3
sprang_webrtc
https://codereview.webrtc.org/2549233005/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2549233005/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode740 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:740: if (item.spatial_layer >= kMaxSpatialLayers || On 2016/12/06 13:12:56, danilchap ...
4 years ago (2016-12-06 13:22:41 UTC) #4
sprang_webrtc
https://codereview.webrtc.org/2549233005/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2549233005/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode740 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:740: if (item.spatial_layer >= kMaxSpatialLayers || On 2016/12/06 13:12:56, danilchap ...
4 years ago (2016-12-06 13:22:41 UTC) #5
danilchap
lgtm
4 years ago (2016-12-06 13:28:50 UTC) #6
stefan-webrtc
lgtm
4 years ago (2016-12-06 13:51:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2549233005/20001
4 years ago (2016-12-06 13:52:36 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-12-06 14:08:56 UTC) #11
commit-bot: I haz the power
4 years ago (2016-12-06 14:09:03 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6d314c7a88f9e7e666fb89bbadc6dda22811329d
Cr-Commit-Position: refs/heads/master@{#15447}

Powered by Google App Engine
This is Rietveld 408576698