MuxerWrapper: remove unnecessary volatiles
PiperOrigin-RevId: 592569012
This commit is contained in:
parent
59f01388a6
commit
4ce47ccdd3
@ -111,11 +111,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
|||||||
private boolean isAborted;
|
private boolean isAborted;
|
||||||
private @MonotonicNonNull Muxer muxer;
|
private @MonotonicNonNull Muxer muxer;
|
||||||
private @MuxerMode int muxerMode;
|
private @MuxerMode int muxerMode;
|
||||||
|
private boolean muxedPartialVideo;
|
||||||
// Read by any thread, only written to on the transformerInternal thread.
|
private boolean muxedPartialAudio;
|
||||||
private volatile boolean muxedPartialVideo;
|
|
||||||
// Read by any thread, only written to on the transformerInternal thread.
|
|
||||||
private volatile boolean muxedPartialAudio;
|
|
||||||
|
|
||||||
private volatile int additionalRotationDegrees;
|
private volatile int additionalRotationDegrees;
|
||||||
private volatile int trackCount;
|
private volatile int trackCount;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user