mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Remove volatile from boolean in BitmapTextureManager
The field is only accessed on the GL thread. PiperOrigin-RevId: 527844674
This commit is contained in:
parent
9b3a5df5ef
commit
3a3322dbc5
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||
private int framesToQueueForCurrentBitmap;
|
||||
private double currentPresentationTimeUs;
|
||||
private boolean useHdr;
|
||||
private volatile boolean inputEnded;
|
||||
private boolean inputEnded;
|
||||
|
||||
/**
|
||||
* Creates a new instance.
|
||||
|
|
|
|||
Loading…
Reference in a new issue