Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video.
This allows external users of this test fixture to specify a custom path, rather than just a custom file name. Bug: webrtc:10349 Change-Id: I84e886c8bc28583017ce9ed7b9e7ee6a8e95730f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/126227 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27033}
This commit is contained in:
committed by
Commit Bot
parent
159e53a66e
commit
184f6d5d75
@ -57,7 +57,7 @@ class VideoQualityTestFixtureInterface {
|
||||
bool ulpfec;
|
||||
bool flexfec;
|
||||
bool automatic_scaling;
|
||||
std::string clip_name; // "Generator" to generate frames instead.
|
||||
std::string clip_path; // "Generator" to generate frames instead.
|
||||
size_t capture_device_index;
|
||||
SdpVideoFormat::Parameters sdp_params;
|
||||
double encoder_overshoot_factor;
|
||||
|
||||
Reference in New Issue
Block a user