Enable cpplint in media/
Bug: webrtc:5584 Change-Id: I2fd1395d35596d9002e19cc90fcda3a5d4cde9e7 Reviewed-on: https://webrtc-review.googlesource.com/16564 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20504}
This commit is contained in:
@ -229,9 +229,9 @@ TEST(CodecTest, TestIntersectFeedbackParams) {
|
||||
const FeedbackParam b3("b", "3");
|
||||
const FeedbackParam c3("c", "3");
|
||||
TestCodec c1;
|
||||
c1.AddFeedbackParam(a1); // Only match with c2.
|
||||
c1.AddFeedbackParam(b2); // Same param different values.
|
||||
c1.AddFeedbackParam(c3); // Not in c2.
|
||||
c1.AddFeedbackParam(a1); // Only match with c2.
|
||||
c1.AddFeedbackParam(b2); // Same param different values.
|
||||
c1.AddFeedbackParam(c3); // Not in c2.
|
||||
TestCodec c2;
|
||||
c2.AddFeedbackParam(a1);
|
||||
c2.AddFeedbackParam(b3);
|
||||
|
||||
Reference in New Issue
Block a user