Extract simulcast rate allocation outside of video encoder.
This is a first step to refactor this code. I'm deprecating https://codereview.webrtc.org/1913073002 and implementing this in smaller more isolated steps. BUG=webrtc:5206 R=asapersson@webrtc.org, kjellander@webrtc.org, noahric@chromium.org Review URL: https://codereview.webrtc.org/2288223002 . Cr-Commit-Position: refs/heads/master@{#14186}
This commit is contained in:
@ -30,6 +30,8 @@
|
||||
'qp_parser.h',
|
||||
'quality_scaler.cc',
|
||||
'quality_scaler.h',
|
||||
'simulcast_rate_allocator.cc',
|
||||
'simulcast_rate_allocator.h',
|
||||
'vp8_header_parser.cc',
|
||||
'vp8_header_parser.h',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user