PeerConnection(java): enable HW encoder on N5 for standalone build.
Now that bug 2899 is fixed (r5562) packet-loss is recoverable. Yay. BUG=2575 R=noahric@google.com Review URL: https://webrtc-codereview.appspot.com/8869004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5568 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
c2d75e0708
commit
358e3367a3
@ -1685,13 +1685,6 @@ MediaCodecVideoEncoderFactory::MediaCodecVideoEncoderFactory() {
|
||||
if (!is_platform_supported)
|
||||
return;
|
||||
|
||||
if (true) {
|
||||
// TODO(fischman): re-enable once
|
||||
// https://code.google.com/p/webrtc/issues/detail?id=2899 is fixed. Until
|
||||
// then the Android MediaCodec experience is too abysmal to turn on.
|
||||
return;
|
||||
}
|
||||
|
||||
// Wouldn't it be nice if MediaCodec exposed the maximum capabilities of the
|
||||
// encoder? Sure would be. Too bad it doesn't. So we hard-code some
|
||||
// reasonable defaults.
|
||||
|
Loading…
x
Reference in New Issue
Block a user