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}
11 lines
198 B
Python
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",
|
|
]
|