fixup! AudioEncoder WIP

This commit is contained in:
Romain Vimont
2023-02-03 13:04:06 +01:00
parent 5e3e2cdd02
commit ad5a02e93a

View File

@@ -93,7 +93,7 @@ public final class AudioEncoder {
private boolean ended;
private void notifyEnded() {
assert(!ended);
assert !ended;
ended = true;
endSemaphore.release();
}