magjed ceecea4559 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}
2016-11-28 15:20:26 +00:00

11 lines
198 B
Python

include_rules = [
"+third_party/ffmpeg",
"+third_party/openh264",
"+vpx",
"+webrtc/base",
"+webrtc/common_video",
"+webrtc/media/base",
"+webrtc/system_wrappers",
"+webrtc/tools",
]