To replace the SmoothsRenderedFrames method, added a corresponding flag to VideoReceiveStream::Config instead. BUG=webrtc:5426 Review URL: https://codereview.webrtc.org/1818023002 Cr-Commit-Position: refs/heads/master@{#12102}
15 lines
360 B
Python
15 lines
360 B
Python
include_rules = [
|
|
"+webrtc/base",
|
|
"+webrtc/call",
|
|
"+webrtc/common_video",
|
|
"+webrtc/media/base",
|
|
"+webrtc/modules/audio_coding",
|
|
"+webrtc/modules/audio_device",
|
|
"+webrtc/modules/media_file",
|
|
"+webrtc/modules/rtp_rtcp",
|
|
"+webrtc/modules/video_capture",
|
|
"+webrtc/modules/video_coding",
|
|
"+webrtc/system_wrappers",
|
|
"+webrtc/voice_engine",
|
|
]
|