commit | 0bf6071c042b958d7411e6031c5b0cac86ca4d8c | [log] [tgz] |
---|---|---|
author | Kári Tristan Helgason <kthelgason@webrtc.org> | Mon Sep 25 10:26:42 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 25 11:05:10 2017 +0000 |
tree | ef07568800e8c0f787f12d22762f7340d86581cf | |
parent | ac0a503828408d2a318355cf255bcab311bd5648 [diff] [blame] |
Remove internal methods from global namespace. It's rude to clobber our consumers global namespace. Bug: None Change-Id: If8073820fcae6399def1717775fa64bc6e20051c Reviewed-on: https://webrtc-review.googlesource.com/3165 Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19942}
diff --git a/sdk/objc/Framework/Classes/VideoToolbox/RTCVideoEncoderH264.mm b/sdk/objc/Framework/Classes/VideoToolbox/RTCVideoEncoderH264.mm index a42cc97..8a2bafa 100644 --- a/sdk/objc/Framework/Classes/VideoToolbox/RTCVideoEncoderH264.mm +++ b/sdk/objc/Framework/Classes/VideoToolbox/RTCVideoEncoderH264.mm
@@ -49,6 +49,8 @@ @end +namespace { // anonymous namespace + // The ratio between kVTCompressionPropertyKey_DataRateLimits and // kVTCompressionPropertyKey_AverageBitRate. The data rate limit is set higher // than the average bit rate to avoid undershooting the target. @@ -268,6 +270,7 @@ } } } +} // namespace @implementation RTCVideoEncoderH264 { RTCVideoCodecInfo *_codecInfo;