mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
MuxerWrapper: remove unnecessary volatiles
PiperOrigin-RevId: 592569012
This commit is contained in:
parent
59f01388a6
commit
4ce47ccdd3
1 changed files with 2 additions and 5 deletions
|
|
@ -111,11 +111,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
|||
private boolean isAborted;
|
||||
private @MonotonicNonNull Muxer muxer;
|
||||
private @MuxerMode int muxerMode;
|
||||
|
||||
// Read by any thread, only written to on the transformerInternal thread.
|
||||
private volatile boolean muxedPartialVideo;
|
||||
// Read by any thread, only written to on the transformerInternal thread.
|
||||
private volatile boolean muxedPartialAudio;
|
||||
private boolean muxedPartialVideo;
|
||||
private boolean muxedPartialAudio;
|
||||
|
||||
private volatile int additionalRotationDegrees;
|
||||
private volatile int trackCount;
|
||||
|
|
|
|||
Loading…
Reference in a new issue