WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf
rename WebRtcKeyValueConfig to FieldTrialsView Bug: webrtc:10335 Change-Id: If725bd498c4c3daf144bee638230fa089fdde833 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256965 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36365}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
bddfa1d9de
commit
e62c2f2c77
@ -11,9 +11,9 @@
|
||||
#ifndef MODULES_VIDEO_CODING_INCLUDE_VIDEO_CODING_H_
|
||||
#define MODULES_VIDEO_CODING_INCLUDE_VIDEO_CODING_H_
|
||||
|
||||
#include "api/field_trials_view.h"
|
||||
#include "api/video/video_frame.h"
|
||||
#include "api/video_codecs/video_decoder.h"
|
||||
#include "api/webrtc_key_value_config.h"
|
||||
#include "modules/include/module.h"
|
||||
#include "modules/rtp_rtcp/source/rtp_video_header.h"
|
||||
#include "modules/video_coding/include/video_coding_defines.h"
|
||||
@ -31,7 +31,7 @@ class VideoCodingModule : public Module {
|
||||
// DEPRECATED.
|
||||
static VideoCodingModule* Create(
|
||||
Clock* clock,
|
||||
const WebRtcKeyValueConfig* field_trials = nullptr);
|
||||
const FieldTrialsView* field_trials = nullptr);
|
||||
|
||||
/*
|
||||
* Receiver
|
||||
|
||||
Reference in New Issue
Block a user