Chromium Code Reviews

Issue 2290153002: NetEq: Change member variables for current RTP types to rtc::Optionals (Closed)

Created:
4 years, 3 months ago by hlundin-webrtc
Modified:
4 years, 3 months ago
Reviewers:
kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org, kwiberg-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

NetEq: Change member variables for current RTP types to rtc::Optionals With this change, the value 0xFF is no longer used to flag that the RTP type is unknown. Instead, an empty value for the rtc::Optional is used. Committed: https://crrev.com/da8bbf6e3c96adce367e9e2bcdbc4d3a0bc4bdaa Cr-Commit-Position: refs/heads/master@{#13989}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Updates after review #

Unified diffs Side-by-side diffs Stats (+51 lines, -43 lines)
M webrtc/modules/audio_coding/neteq/mock/mock_packet_buffer.h View 1 chunk +2 lines, -2 lines 0 comments
M webrtc/modules/audio_coding/neteq/neteq_impl.h View 2 chunks +3 lines, -2 lines 0 comments
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 3 chunks +8 lines, -9 lines 0 comments
M webrtc/modules/audio_coding/neteq/neteq_impl_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments
M webrtc/modules/audio_coding/neteq/packet_buffer.h View 2 chunks +6 lines, -4 lines 0 comments
M webrtc/modules/audio_coding/neteq/packet_buffer.cc View 1 chunk +15 lines, -12 lines 0 comments
M webrtc/modules/audio_coding/neteq/packet_buffer_unittest.cc View 4 chunks +14 lines, -12 lines 0 comments

Messages

Total messages: 14 (5 generated)
hlundin-webrtc
kwiberg, PTAL.
4 years, 3 months ago (2016-08-30 08:55:49 UTC) #2
kwiberg-webrtc
https://codereview.webrtc.org/2290153002/diff/1/webrtc/modules/audio_coding/neteq/neteq_impl.cc File webrtc/modules/audio_coding/neteq/neteq_impl.cc (right): https://codereview.webrtc.org/2290153002/diff/1/webrtc/modules/audio_coding/neteq/neteq_impl.cc#newcode747 webrtc/modules/audio_coding/neteq/neteq_impl.cc:747: << " is unknown where it shouldn't be"; If ...
4 years, 3 months ago (2016-08-30 10:29:33 UTC) #3
hlundin-webrtc
Thanks! PTAL again. https://codereview.webrtc.org/2290153002/diff/1/webrtc/modules/audio_coding/neteq/neteq_impl.cc File webrtc/modules/audio_coding/neteq/neteq_impl.cc (right): https://codereview.webrtc.org/2290153002/diff/1/webrtc/modules/audio_coding/neteq/neteq_impl.cc#newcode747 webrtc/modules/audio_coding/neteq/neteq_impl.cc:747: << " is unknown where it ...
4 years, 3 months ago (2016-08-30 10:53:16 UTC) #4
kwiberg-webrtc
lgtm
4 years, 3 months ago (2016-08-30 11:51:26 UTC) #5
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/2290153002/20001
4 years, 3 months ago (2016-08-30 11:58:51 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_dbg on ...
4 years, 3 months ago (2016-08-30 13:59:48 UTC) #9
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/2290153002/20001
4 years, 3 months ago (2016-08-31 09:04:56 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-08-31 10:14:14 UTC) #12
commit-bot: I haz the power
4 years, 3 months ago (2016-08-31 10:14:23 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/da8bbf6e3c96adce367e9e2bcdbc4d3a0bc4bdaa
Cr-Commit-Position: refs/heads/master@{#13989}

Powered by Google App Engine