Exposing video bitrate allocator into API
In order to have public video bitrate allocator factory, the video bitrate allocator has be part of the api. Bug: webrtc:9513 Change-Id: Ia2e5ab9eb988c710c1ac492afccc470a92544aa2 Reviewed-on: https://webrtc-review.googlesource.com/88083 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Jiawei Ou <ouj@fb.com> Cr-Commit-Position: refs/heads/master@{#24073}
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
|
||||
#include "api/video/video_bitrate_allocator.h"
|
||||
#include "common_types.h" // NOLINT(build/include)
|
||||
#include "common_video/include/video_bitrate_allocator.h"
|
||||
#include "common_video/libyuv/include/webrtc_libyuv.h"
|
||||
#include "modules/video_coding/encoded_frame.h"
|
||||
#include "modules/video_coding/include/video_codec_initializer.h"
|
||||
|
Reference in New Issue
Block a user