Skip to content

Commit 7b1f6ee

Browse files
committed
Update common and disable the new renderer for now
1 parent 3329609 commit 7b1f6ee

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

libs/limelight-common.jar

65 Bytes
Binary file not shown.

src/com/limelight/binding/video/MediaCodecDecoderRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class MediaCodecDecoderRenderer implements VideoDecoderRenderer {
4242
private int numPpsIn;
4343
private int numIframeIn;
4444

45-
private static final boolean ENABLE_ASYNC_RENDERER = true;
45+
private static final boolean ENABLE_ASYNC_RENDERER = false;
4646

4747
@TargetApi(Build.VERSION_CODES.KITKAT)
4848
public MediaCodecDecoderRenderer() {

0 commit comments

Comments
 (0)