The default logic for creating video bitrate allocator.
It is a mirror of `VideoCodecInitializer::CreateBitrateAllocator` Bug: webrtc:9513 Change-Id: Ib2e83e9f757387a2f6f6101d5d21512f1d507a95 Reviewed-on: https://webrtc-review.googlesource.com/92320 Commit-Queue: Jiawei Ou <ouj@fb.com> Reviewed-by: Tommi <tommi@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24413}
This commit is contained in:
@ -108,7 +108,7 @@ rtc_source_set("video_bitrate_allocator_factory") {
|
||||
]
|
||||
deps = [
|
||||
":video_bitrate_allocator",
|
||||
"../../media:rtc_media_base",
|
||||
"../video_codecs:video_codecs_api",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include "api/video/video_bitrate_allocator.h"
|
||||
#include "media/base/codec.h"
|
||||
#include "api/video_codecs/video_codec.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
Reference in New Issue
Block a user