Update common and disable the new renderer for now

This commit is contained in:
Cameron Gutman
2014-10-17 22:49:36 -07:00
parent 332960922a
commit 7b1f6ee483
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -42,7 +42,7 @@ public class MediaCodecDecoderRenderer implements VideoDecoderRenderer {
private int numPpsIn;
private int numIframeIn;
private static final boolean ENABLE_ASYNC_RENDERER = true;
private static final boolean ENABLE_ASYNC_RENDERER = false;
@TargetApi(Build.VERSION_CODES.KITKAT)
public MediaCodecDecoderRenderer() {