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:
Steve Anton
2017-10-31 09:53:08 -07:00
committed by Commit Bot
parent 7995d8cdde
commit e78bcb97c3
42 changed files with 84 additions and 41 deletions

View File

@ -114,7 +114,7 @@ void UpdateRtpAuthTag(uint8_t* rtp,
memcpy(auth_tag, output, tag_length);
}
}
} // namespace
bool GetUint8(const void* data, size_t offset, int* value) {
if (!data || !value) {