mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Rollback of 9f0fd870e7
*** Original commit *** Port Exo v1 work around for frame synchronization issue in KitKat to Exo v2. *** PiperOrigin-RevId: 275372272
This commit is contained in:
parent
64786c6ce4
commit
701b013cdd
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue