| Index: webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
|
| diff --git a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
|
| index 9c8966050be0964202106315ecc90dc7c7368c96..0937ff63dccb81d8d98897cc4ffde4ba79f6b76f 100644
|
| --- a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
|
| +++ b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
|
| @@ -270,6 +270,7 @@ public class PeerConnectionClientTest
|
| 0, /* videoStartBitrate */
|
| "", /* videoCodec */
|
| true, /* videoCodecHwAcceleration */
|
| + false, /* videoFlexfecEnabled */
|
| // Audio codec parameters.
|
| 0, /* audioStartBitrate */
|
| "OPUS", /* audioCodec */
|
| @@ -307,6 +308,7 @@ public class PeerConnectionClientTest
|
| 0, /* videoStartBitrate */
|
| videoCodec, /* videoCodec */
|
| true, /* videoCodecHwAcceleration */
|
| + false, /* videoFlexfecEnabled */
|
| // Audio codec parameters.
|
| 0, /* audioStartBitrate */
|
| "OPUS", /* audioCodec */
|
|
|