Remove deprecated VideoEncoder.Settings constructor.
Bug: webrtc:9646 Change-Id: Iac14930653969eed4f7b2207149512bb3fb87cee Reviewed-on: https://webrtc-review.googlesource.com/96242 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24582}
This commit is contained in:
committed by
Commit Bot
parent
4a02b67ac3
commit
01b8e5d0f8
@ -70,7 +70,7 @@ public class HardwareVideoEncoderTest {
|
||||
private static final boolean ENABLE_H264_HIGH_PROFILE = true;
|
||||
private static final VideoEncoder.Settings SETTINGS =
|
||||
new VideoEncoder.Settings(1 /* core */, 640 /* width */, 480 /* height */, 300 /* kbps */,
|
||||
30 /* fps */, true /* automaticResizeOn */);
|
||||
30 /* fps */, 1 /* numberOfSimulcastStreams */, true /* automaticResizeOn */);
|
||||
private static final int ENCODE_TIMEOUT_MS = 1000;
|
||||
private static final int NUM_TEST_FRAMES = 10;
|
||||
private static final int NUM_ENCODE_TRIES = 100;
|
||||
|
||||
Reference in New Issue
Block a user