Pass selected cricket::VideoCodec down to internal H264 encoder

Pass the selected cricket::VideoCodec to H264EncoderImpl::H264EncoderImpl. The cricket::VideoCodec contains relevant information for H264 about selected profile and packetization mode.

BUG=chromium:600254,webrtc:6402, webrtc:6337

Review-Url: https://codereview.webrtc.org/2474993002
Cr-Commit-Position: refs/heads/master@{#15270}
This commit is contained in:
magjed
2016-11-28 07:20:21 -08:00
committed by Commit bot
parent 20dce34578
commit ceecea4559
9 changed files with 14 additions and 17 deletions

View File

@ -4,6 +4,7 @@ include_rules = [
"+vpx",
"+webrtc/base",
"+webrtc/common_video",
"+webrtc/media/base",
"+webrtc/system_wrappers",
"+webrtc/tools",
]