*** Original commit ***

Port Exo v1 work around for frame synchronization issue in KitKat to Exo v2.

***

PiperOrigin-RevId: 275372272
This commit is contained in:
olly 2019-10-18 01:20:40 +01:00 committed by Oliver Woodman
parent 64786c6ce4
commit 701b013cdd

View file

@ -1718,11 +1718,6 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
return surface;
}
/** Returns true if the first frame has been rendered (playback has not necessarily begun). */
protected final boolean haveRenderedFirstFrame() {
return renderedFirstFrame;
}
protected static final class CodecMaxValues {
public final int width;