mirror of
https://github.com/samsonjs/media.git
synced 2026-06-28 05:29:33 +00:00
Remove initialization in declaration
PiperOrigin-RevId: 598835989
This commit is contained in:
parent
fc9900c483
commit
0513a28169
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ import java.util.List;
|
|||
public final List<Integer> writtenChunkSampleCounts;
|
||||
public final Deque<BufferInfo> pendingSamplesBufferInfo;
|
||||
public final Deque<ByteBuffer> pendingSamplesByteBuffer;
|
||||
public boolean hadKeyframe = false;
|
||||
public boolean hadKeyframe;
|
||||
|
||||
private long lastSamplePresentationTimeUs;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue